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
languagePacksList of available language packs for this application
View on GitHub
Install in Dash
LocalizationTargetInfo Structure Reference