Unblu Branch Client App Component API
    Preparing search index...

    Interface Language

    interface Language {
        languageTag: string;
        name: string;
        nativeName: string;
    }
    Index

    Properties

    languageTag: string

    BCP 47 language tag representation

    name: string

    Name of the language in the current locale

    nativeName: string

    Native name of the language localized with the language of this instance