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