LocalizationTargetInfo
public struct LocalizationTargetInfo : Codable, Equatable, FunctionResult
Contains information about the current localization target
-
List of available language packs for this application
Declaration
Swift
public let languagePacks: [LanguagePackInfo]
-
Contains information about the current localization target
Declaration
Swift
public init(languagePacks: [LanguagePackInfo])
Parameters
languagePacks
List of available language packs for this application