Languages Collection
The Languages collection contains the available languages.
Members Table
The following table lists the members provided by the Languages collection.
|
Properties |
Description |
Count |
Contains the number of languages. |
|
Methods |
Description |
Item |
Returns one item of the collection. |
|
Remarks
This object is available through the object LocaleManager.
Use the Languages collection to receive the ID's of the available languages.
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