struct RemoteLanguage
Contains the metadata of a remote language. That is, a language available to be downloaded using LanguagesHelper.
Properties | |
---|---|
String |
locale The locale of the language file. E.g. “en-US”. |
Int? |
size The size of the language in bytes. |
String |
version The version of the language. |
let locale: String
The locale of the language file. E.g. “en-US”.
let size: Int?
The size of the language in bytes.
let version: String
The version of the language.