SetRegisterLanguages
If the user should be able to select a language via a drop down list, you can specify the languages which should be available.
The language selection appears, if the user clicks on the Help Icon .
Change language
(note: the icon is an initiative to standardize language selection - http://www.languageicon.org )
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 |