View Source ExTDLib.Method.GetLanguagePackStrings (ExTDLib v0.0.4)

Returns strings from a language pack in the current localization target by their keys. Can be called before authorization. Returns object_ptr<LanguagePackStrings>.

NameTypeDescription
language_pack_idstringLanguage pack identifier of the strings to be returned.
keysstringLanguage pack keys of the strings to be returned; leave empty to request all available strings.

More details on telegram's documentation.