Skip to content
Last update: February 14, 2024

LanguageType object

The LanguageType represents information about a language.

Fields

Field Description
isInvariant Boolean! A boolean indicating whether the language is invariant.
cultureName String! The culture name of the language.
nativeName String! The native name of the language.
threeLetterLanguageName String! The three-letter code representing the language.
twoLetterLanguageName String! The two-letter code representing the language.
twoLetterRegionName String! The two-letter code representing the region associated with the language.
threeLetterRegionName String! The three-letter code representing the region associated with the language.