Hello, all!
Sometime, in scripts, I need filter object or models by types, and llist of objects (models) types have to be choosen by script's user.
The problem is that objects types names are in my own native language. But users get used to English translations of object types. Can I some how choose the locale of the object type names? One way is to log in to database with English locale, but all items names will be presented in English locale.
var oMetaModel = ArisData.ActiveFilter();
var aObjTypes = oMetaModel.ObjTypes();
var sName = oMetaModel.ObjTypeName(aObjTypes[0]));
Thanks!
.jpg)

Amol Patil on
Hi Ilya,
What method language you are using?
You can select the method language on the View/Options/General options page.
also,
Please check the language configured in filter you using.
More help is given in Language section of "ARIS Help Topics" from help menu.
Regards,
Amol Patil