Standard information about a particular language.
Static Public Member Functions | |
static LanguageInfo | Get (string code) |
Gets meta by language code. More... | |
static void | Load (string xml) |
Public Attributes | |
string | dir |
Either "ltr" or "rtl". More... | |
string | code |
Lowercase ISO 639-1. E.g. "en". More... | |
string | name |
The language name in the Editor language (English). More... | |
string | localName |
The local language name. More... | |
Static Public Attributes | |
static Dictionary< string, LanguageInfo > | All |
All available language infos. You must use a language loader to setup this as it can internally use any available file protocol. More... | |
Properties | |
bool | leftwards [get] |
True if this language goes from right to left (e.g. arabic). More... | |
|
inlinestatic |
Gets meta by language code.
|
inlinestatic |
|
static |
All available language infos. You must use a language loader to setup this as it can internally use any available file protocol.
string Dom.LanguageInfo.code |
Lowercase ISO 639-1. E.g. "en".
string Dom.LanguageInfo.dir |
Either "ltr" or "rtl".
string Dom.LanguageInfo.localName |
The local language name.
string Dom.LanguageInfo.name |
The language name in the Editor language (English).
|
get |
True if this language goes from right to left (e.g. arabic).