@nht-pandats/sdk / @nht-pandats/sdk/constants / @nht-pandats/sdk/constants/languages / PandaTsLanguageInstance
Class: PandaTsLanguageInstance
@nht-pandats/sdk/constants.@nht-pandats/sdk/constants/languages.PandaTsLanguageInstance
An instance of a language.
Since
v1.20240401.7
Remarks
This class is primarily used for checking if an object is a language instance as opposed to another type of object.
Implements
Indexable
▪ [x: string]: unknown
Undefined properties are allowed if the implementor decides to add additional properties, but they are currently unknown.
Properties
iso2
• Readonly iso2: PandaTsLanguageIso2
The iso2 language code
Implementation of
Defined in
src/constants/languages.ts:506
iso3
• Readonly iso3: PandaTsLanguageIso3
The iso3 language code
Implementation of
Defined in
src/constants/languages.ts:510
local
• Readonly local: PandaTsLanguageLocalName
The name of the language in the local language
Implementation of
Defined in
src/constants/languages.ts:518
name
• Readonly name: PandaTsLanguageEnglishName
The name of the language in English
Implementation of
Defined in
src/constants/languages.ts:514
rtl
• Readonly rtl: boolean
Whether the language is right-to-left