LocaleManager Object
The LocaleManager object represents the system language.
Members Table
The following table lists the members provided by the LocaleManager object.
Remarks
This object is available through the main object SiteKiosk.
Use the LocaleManager object to read and set the system language and to read the default language.
Note that the path of a file using SiteKiosk objects must be allowed in the
SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
if it is not a browser skin file.
Examples
The following example reads the LangID property and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.LocaleManager.LangID);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top