LocaleManager Object
The LocaleManager object provides locale information.
Members Table
The following table lists the members provided by the LocaleManager object.
Remarks
This object is available through the object SiteCafe.
Use the LocaleManager object to receive language information and strings.
Examples
The following example displays the number of available languages.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.LocaleManager.Languages.Count);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top