A language and optionally an associated region.

Export

Locale

interface Locale {
    language: string;
    region: string;
}

Properties

Properties

language: string

ISO 639-2 code of the associated language with the locale.

Memberof

Locale

region: string

ISO 3166-1 alpha-3 code of the country, or UN M49 code of the area associated language with the locale, or an empty string if no region info is available.

Memberof

Locale

Generated using TypeDoc