Type AliasLanguageInfo

LanguageInfo: {
    autonym: string;
    otherNames?: string[];
    uiNames?: Record<string, string>;
}

Type declaration

  • autonym: string

    The name of the language to be displayed (in its native script)

  • OptionalotherNames?: string[]

    Other known names of the language (for searching). This can include pejorative names and should never be displayed unless typed by the user.

  • OptionaluiNames?: Record<string, string>

    The name of the language in other languages, so that the language can also be displayed in the current UI language, if known.