Define the language for all screens and messages. The default language setting is English but we recommend defining the language even if only English is used.
.
Name |
SetLanguage |
||||||||
Purpose |
Sets the language for Activation Screens, messages and the License Viewer. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
To change the current language for messages and the licenseViewer |
||||||||
Sample |
iRes := lic.SetLanguage(20000); if iRes <> 0 then begin << an error occurred >> ... end else begin << language successfully set to english >> ... |
||||||||
See also |
|
||||||||
|
|
It is possible to use this command before a license file has been opened.
You can define, that the user gets a list with languages where he can select the desired language during the first program start with the command SetRegisterLanguages.
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.6/help2000/index.html?fr_define_language.htm