Licence Protector

SetRegisterLanguages

Hide Navigation Pane

SetRegisterLanguages

Previous topic Next topic  

SetRegisterLanguages

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

 

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

Parameter

Type

Example

Note

Languagelist

String

2;9;3;4

Languagecodes (separate by semicolon)

German – 1

English – 2

French – 3

Italy – 4

Portuguese – 5  (no longer in use. Is converted to 6)

Brazilian Portuguese -  6

Dutch – 7

Swedish – 8

Spanish – 9

Norwegian – 1

Danish - 11

Serbian - 12

Czech - 13

Polish - 14

Turkish - 15

Returncode

Returncode

Type Integer

Note

0

ok

8194

Function is not implemented in this type of Licence Protector

Sample

 

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

  …

 

See also

GetLanguage, SetRegisterSettings, SetLanguage, SetCustomText