data class LocalLanguage
Contains the metadata of a local language file.
| Constructors | |
|---|---|
| LocalLanguage(locale: String, version: String, defaultLayout: String, availableLayouts: List<String>) |
| Properties | |
|---|---|
String |
locale The locale of the language file. E.g. “en-US”. |
String |
version The version of the language. |
String |
defaultLayout The default layout of the language. E.g. “QWERTY” |
List<String> |
availableLayouts An array containing all the available layouts of the language. |
LocalLanguage(locale: String, version: String, defaultLayout: String, availableLayouts: List<String>)
| Parameters | |
|---|---|
| locale: String | The locale of the language file. E.g. “en-US”. |
| version: String | The version of the language. |
| defaultLayout: String | The default layout of the language. E.g. “QWERTY” |
| availableLayouts: List<String> | An array containing all the available layouts of the language. |
val locale: String
The locale of the language file. E.g. “en-US”.
val version: String
The version of the language.
val defaultLayout: String
The default layout of the language. E.g. “QWERTY”
val availableLayouts: List<String>
An array containing all the available layouts of the language.