SetCustomLanguagePackString
public struct SetCustomLanguagePackString : Codable, Equatable, TDFunction
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Identifier of a previously added custom local language pack in the current localization target
Declaration
Swift
public let languagePackId: String
-
New language pack string
Declaration
Swift
public let newString: LanguagePackString
-
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization
Declaration
Swift
public init(languagePackId: String, newString: LanguagePackString)
Parameters
languagePackId
Identifier of a previously added custom local language pack in the current localization target
newString
New language pack string