Page 1 of 1

Actual Language (English/German/etc.)

Posted: 15 Oct 2009 19:54
by Walti
Is there a function to get the actual language in the editor-settings.
I need it to make scripts for diferent laguages (English/German) and it would be nice to make the text for alertboxes, formulars, etc.) in the actual language.

THX

Posted: 18 Oct 2009 12:55
by Rickard Johansson
Added a script function in v5.71 to get the current language file name

MainApp.GetCurrentLanguageFileName(): WideString;

Hope that will help!

works as it should

Posted: 19 Oct 2009 22:20
by Walti
:D
THX a lot