Skip to content

getLanguagePackStrings

Function · TDLib 1.8.67 · d1085f9c

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

getLanguagePackStrings(
  language_pack_id: string,
  keys: list of string
) → LanguagePackStrings

language_pack_id

string

Language pack identifier of the strings to be returned

keys

list of string

Language pack keys of the strings to be returned; leave empty to request all available strings