SystemDefaultUILanguage Property
The SystemDefaultUILanguage property contains the default system user interface language ID.
Syntax
[long=] SiteKioskConfig.SystemDefaultUILanguage
|
Possible Values
Long value that retrieves the language ID.
|
The property is read only.
Remarks
Examples
The following example shows the default system user interface language ID in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskConfig.SystemDefaultUILanguage);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top