- Enclosing class:
- TdApi
Adds or changes a custom local language
pack to the current localization target.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intInformation about the language pack.Strings of the new language pack. -
Constructor Summary
ConstructorsConstructorDescriptionAdds or changes a custom local language pack to the current localization target.SetCustomLanguagePack(TdApi.LanguagePackInfo info, TdApi.LanguagePackString[] strings) Adds or changes a custom local language pack to the current localization target.SetCustomLanguagePack(DataInput input) Adds or changes a custom local language pack to the current localization target. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
info
Information about the language pack. Language pack ID must start with 'X', consist only of English letters, digits and hyphens, and must not exceed 64 characters. Can be called before authorization. -
strings
Strings of the new language pack. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetCustomLanguagePack
public SetCustomLanguagePack()Adds or changes a custom local language pack to the current localization target. ReturnsOk -
SetCustomLanguagePack
Adds or changes a custom local language pack to the current localization target. ReturnsOk- Parameters:
info- LanguagePackInfo Information about the language pack. Language pack ID must start with 'X', consist only of English letters, digits and hyphens, and must not exceed 64 characters. Can be called before authorization.strings- LanguagePackString[] Strings of the new language pack.
-
SetCustomLanguagePack
Adds or changes a custom local language pack to the current localization target. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-