PKMLanguage
public class PKMLanguage: Mappable
Languages for translations of API resource information.
-
The identifier for this language resource
Declaration
Swift
public var id: Int?
-
The name for this language resource
Declaration
Swift
public var name: String?
-
Whether or not the games are published in this language
Declaration
Swift
public var official: Bool?
-
The two-letter code of the country where this language is spoken. Note that it is not unique.
Declaration
Swift
public var iso639: String?
-
The two-letter code of the language. Note that it is not unique.
Declaration
Swift
public var iso3166: String?
-
The name of this language listed in different languages
Declaration
Swift
public var names: [PKMName]?
-
Undocumented
Declaration
Swift
public class PKMLanguage: Mappable
-
Undocumented
Declaration
Swift
public class PKMLanguage: Mappable