高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dwgdirect on other languages
dwgdirect on other languages
dwgdirect on other languages
is there any way to translate standard dwgdirect messages to other languages?
hi,
dwgdirect messages are placed in errordefs.h and messagedefs.h files (message id, text, format). exsystemservices::formatmessage() uses these files to create a message (examples). it needs to override this method to create custom messages.
regards,
sergey vishnevetsky
thank you.
|