Show/Hide Toolbars

Licence Protector 5

 

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

 

Select language

Select 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

Parameter

Type

Example

Note

Languagelist

String

2;9;3;4

Languagecodes (separate by semicolon)

One or more language code. Valid codes see SetLanguage

Returncode

Returncode

Type Integer

Note

0

ok

8194

Function is not implemented

Sample

 

  lic.SetRegisterLanguages(‘1;2;9’);

  …

 

See also

GetLanguage, SetRegisterSettings, SetLanguage, SetCustomText