Skip to content

@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

PandaTsLanguage.iso2

Defined in

src/constants/languages.ts:506


iso3

Readonly iso3: PandaTsLanguageIso3

The iso3 language code

Implementation of

PandaTsLanguage.iso3

Defined in

src/constants/languages.ts:510


local

Readonly local: PandaTsLanguageLocalName

The name of the language in the local language

Implementation of

PandaTsLanguage.local

Defined in

src/constants/languages.ts:518


name

Readonly name: PandaTsLanguageEnglishName

The name of the language in English

Implementation of

PandaTsLanguage.name

Defined in

src/constants/languages.ts:514


rtl

Readonly rtl: boolean

Whether the language is right-to-left

Implementation of

PandaTsLanguage.rtl

Defined in

src/constants/languages.ts:522