Public Member Functions | |
| Language (string code, LanguageLoader loader) | |
| LanguageGroup | addGroup (string groupName, string xml) |
| Creates and adds a new language group using the given xml. More... | |
| void | getGroup (string groupName, LanguageEventDelegate groupReady) |
| Loads a standard group by name. More... | |
Public Attributes | |
| LanguageLoader | Loader |
| The loader that has loaded this language. More... | |
| Dictionary< string, LanguageGroup > | Groups =new Dictionary<string,LanguageGroup>() |
| All available groups. A group with an empty string name is the default one. More... | |
Package Attributes | |
| LanguageInfo | info_ |
| Raw language info. More... | |
Properties | |
| string | code [get] |
| Lowercase ISO 639-1. E.g. "en". More... | |
| string | name [get] |
| The language name in the Editor language (English). More... | |
| string | localName [get] |
| The local language name. More... | |
| string | dir [get] |
| The language name in the Editor language (English). More... | |
| bool | leftwards [get] |
| True if this language goes from right to left (e.g. arabic). More... | |
|
inline |
|
inline |
Creates and adds a new language group using the given xml.
|
inline |
Loads a standard group by name.
| groupName | The name of the group. |
| Dictionary<string,LanguageGroup> Dom.Language.Groups =new Dictionary<string,LanguageGroup>() |
All available groups. A group with an empty string name is the default one.
|
package |
Raw language info.
| LanguageLoader Dom.Language.Loader |
The loader that has loaded this language.
|
get |
Lowercase ISO 639-1. E.g. "en".
|
get |
The language name in the Editor language (English).
|
get |
True if this language goes from right to left (e.g. arabic).
|
get |
The local language name.
|
get |
The language name in the Editor language (English).