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

Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously. Returns object_ptr<LanguagePackStringValue>.

NameTypeDescription
language_pack_database_pathstringPath to the language pack database in which strings are stored.
localization_targetstringLocalization target to which the language pack belongs.
language_pack_idstringLanguage pack identifier.
keystringLanguage pack key of the string to be returned.

More details on telegram's documentation.