Count Property
The Count property contains the number of languages.
Syntax
[long=] SiteCafe.LocaleManager.Languages.Count
|
Possible Values
Long value that retrieves the number of languages.
|
The property is read only.
Remarks
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