Uses of Class
it.tdlight.jni.TdApi.LanguagePackString
-
Uses of TdApi.LanguagePackString in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.LanguagePackStringModifier and TypeFieldDescriptionTdApi.SetCustomLanguagePackString.newStringNew language pack string.TdApi.LanguagePackStrings.stringsA list of language pack strings.TdApi.SetCustomLanguagePack.stringsStrings of the new language pack.TdApi.UpdateLanguagePackStrings.stringsList of changed language pack strings; empty if all strings have changed.Constructors in it.tdlight.jni with parameters of type TdApi.LanguagePackStringModifierConstructorDescriptionLanguagePackStrings(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.