struct LocalLanguage
Contains the metadata of a local language file.
Properties | |
---|---|
[String] |
availableLayouts An array containing all the available layouts of the language. |
String |
defaultLayout The default layout of the language. E.g. “QWERTY” |
String |
locale The locale of the language file. E.g. “en-US”. |
String |
version The version of the language. |
let availableLayouts: [String]
An array containing all the available layouts of the language.
let defaultLayout: String
The default layout of the language. E.g. “QWERTY”
let locale: String
The locale of the language file. E.g. “en-US”.
let version: String
The version of the language.