Uses of Class
it.tdlight.jni.TdApi.LanguagePackString
-
Uses of TdApi.LanguagePackString in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.SetCustomLanguagePackString.newString
New language pack string.TdApi.LanguagePackStrings.strings
A list of language pack strings.TdApi.SetCustomLanguagePack.strings
Strings of the new language pack.TdApi.UpdateLanguagePackStrings.strings
List of changed language pack strings.ModifierConstructorDescriptionLanguagePackStrings
(TdApi.LanguagePackString[] strings) Contains a list of language pack strings.SetCustomLanguagePack
(TdApi.LanguagePackInfo info, TdApi.LanguagePackString[] strings) Adds or changes a custom local language pack to the current localization target.SetCustomLanguagePackString
(String languagePackId, TdApi.LanguagePackString newString) Adds, edits or deletes a string in a custom local language pack.UpdateLanguagePackStrings
(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings) Some language pack strings have been updated.