Count Property



 
The Count property contains the number of skin languages provided by the currently used string table.


Syntax

    [long=] SiteKioskWindow.SkinLanguages.Count
Possible Values
    Long value that retrieves the number of languages.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of available skin languages.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKioskWindow.SkinLanguages.Count);
    </SCRIPT>
    

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top