map.apps Bundle APIs 4.20.0
    Preparing search index...

    Module Locale

    Represents a Locale

    Most common use case is to access the current language value.

    import Locale from "apprt-core/Locale";

    // Mostly 'en' or 'de'
    const lang = Locale.getCurrent().getLanguage();

    Classes

    Locale