Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to know if it is possible to return the current Autocad interface language to allow me to set a variable.
My specific case is that that the default table cell style name of "Data" is "Données" when the french language interface is active in the current Autocad session. I would like the following table setting function not return an automation error:
(vla-SetCellStyle tbl row cell "Données") vs (vla-SetCellStyle tbl row cell "Data")
Thanks for any help.
Solved! Go to Solution.