Variable NonISOLanguageConst

NonISOLanguage: {
    AUTO: LanguageInfo;
    LATIN: LanguageInfo;
    LOCAL: LanguageInfo;
    NON_LATIN: LanguageInfo;
} = ...

List of "non-ISO specific" languages.

Type Declaration

  • ReadonlyAUTO: LanguageInfo

    Language mode to display the labels in the end user's device language.

  • ReadonlyLATIN: LanguageInfo

    The OSM language using latin script. MapTiler discourages its use as a primary language setting due to the lack of actual linguistic specificity, though it can be an handy fallback. This is not to be confused with the "Classical Latin" language, which is available under the tag .CLASSICAL_LATIN.

  • ReadonlyLOCAL: LanguageInfo

    Using the local language generaly (but not always) means that every labels of a given region will use the dominant local language.

  • ReadonlyNON_LATIN: LanguageInfo

    The OSM language using non-latin script. MapTiler discourages its use as a primary language setting due to the lack of actual linguistic specificity, though it can be an handy fallback.

Was this helpful?

Client JS
Reference
NonISOLanguage