LanguagePackInfo
Contains information about a language pack.
This is an alias for the LanguagePackInfoUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "languagePackInfo" | |
id | string | Unique language pack identifier |
baseLanguagePackId | string | Identifier of a base language pack; may be empty. If a string is missed in the language pack, then it must be fetched from base language pack. Unsupported in custom language packs |
name | string | Language name |
nativeName | string | Name of the language in that language |
pluralCode | string | A language code to be used to apply plural forms. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more info |
isOfficial | boolean | True, if the language pack is official |
isRtl | boolean | True, if the language pack strings are RTL |
isBeta | boolean | True, if the language pack is a beta language pack |
isInstalled | boolean | True, if the language pack is installed by the current user |
totalStringCount | number | Total number of non-deleted strings from the language pack |
translatedStringCount | number | Total number of translated strings from the language pack |
localStringCount | number | Total number of non-deleted strings from the language pack available locally |
translationUrl | string | Link to language translation interface; empty for custom local language packs |