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