SiteKiosk Documentation
One Step Back

LocaleManager Object




The LocaleManager object provides locale information.


Members Table

    The following table lists the members provided by the LocaleManager object.

    Members
    CollectionsDescription
    LanguagesAvailable languages.
    PropertiesDescription
    CurrentLanguageContains the current language ID.
    MethodsDescription
    GetEnglishNameReturns an english language name by ID.
    GetNameReturns a language name by ID.
    LoadStringLoads a string.
    EventsDescription
    OnLanguageChangedFires when the language changed.

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 topBack to top

© 1997-2011 PROVISIO - Aventura, USA & Muenster, Germany -