SelectLanguage Method
The SelectLanguage method loads the strings of a supported language.
Syntax
SiteKioskWindow.StringTable.SelectLanguage(long)
|
Parameters
Long value that specifies a supported language ID.
|
Return Value
Remarks
The currently used string table file must contain the strings of the chosen language.
Examples
The following example loads the English strings.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKioskWindow.StringTable.SelectLanguage(7);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top