how to get the Chinese name of the entitys?

how to get the Chinese name of the entitys?

walker2010cs
Advocate Advocate
845 Views
2 Replies
Message 1 of 3

how to get the Chinese name of the entitys?

walker2010cs
Advocate
Advocate

hi,when i  have "AcDbRotatedDimenison",how can i get the chinese name 360桌面截图20150924085412.jpg

0 Likes
Accepted solutions (1)
846 Views
2 Replies
Replies (2)
Message 2 of 3

tbrammer
Advisor
Advisor
Accepted solution

I don't know a direct way to get the localized name.

Maybe you can read it from a resource DLL.

For AutoCAD 2015/2016 I found localized entity type names in this resource DLL:

<autocad_dir>\<language_dir>\ax20res.dll

In German "Rotated Dimension" means "Gedrehte Bemaßung" and has ID 292.


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

Message 3 of 3

walker2010cs
Advocate
Advocate

thanks , i find ax17chsres.dll in autocad 2008, i will try how to get the chinese name

0 Likes