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
languagePackIdIdentifier of a previously added custom local language pack in the current localization target
newStringNew language pack string
View on GitHub
Install in Dash
SetCustomLanguagePackString Structure Reference