View Source ExTDLib.Object.LanguagePackInfo (ExTDLib v0.0.4)

Contains information about a language pack.

NameTypeDescription
idstringUnique language pack identifier.
base_language_pack_idstringIdentifier 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.
namestringLanguage name.
native_namestringName of the language in that language.
plural_codestringA language code to be used to apply plural forms. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information.
is_officialboolTrue, if the language pack is official.
is_rtlboolTrue, if the language pack strings are RTL.
is_betaboolTrue, if the language pack is a beta language pack.
is_installedboolTrue, if the language pack is installed by the current user.
total_string_countnumberTotal number of non-deleted strings from the language pack.
translated_string_countnumberTotal number of translated strings from the language pack.
local_string_countnumberTotal number of non-deleted strings from the language pack available locally.
translation_urlstringLink to language translation interface; empty for custom local language packs.

More details on telegram's documentation.