LocalLanguage

struct LocalLanguage

Contains the metadata of a local language file.

Summary

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.

Properties

availableLayouts

let availableLayouts: [String]

An array containing all the available layouts of the language.

defaultLayout

let defaultLayout: String

The default layout of the language. E.g. “QWERTY”

locale

let locale: String

The locale of the language file. E.g. “en-US”.

version

let version: String

The version of the language.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on August 8, 2022