If the user should be able to select a language via a drop down list, you can specify the languages which should be available.
A list box appears in all screens, to select a language
The language can also be selected, if the user clicks on the Help Icon .
Change language
The languages, which should be available in the drop down list, are defined using the language code separated by semicolon.
Example: 1;2;7 would allow to select German, English and Dutch.
If case the user changed the language, the new value can be retrieved with GetLanguage.
The default language is set with SetLanguage.
Name |
SetRegisterLanguages |
||||||||
Purpose |
Sets all possible languages for the EasyGo page (PrepareAndCheck) |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Sample |
lic.SetRegisterLanguages(‘1;2;9’); …
|
||||||||
See also |
GetLanguage, SetRegisterSettings, SetLanguage, SetCustomText |