Detailed Description

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...
 

Member Function Documentation

static LanguageInfo Dom.LanguageInfo.Get ( string  code)
inlinestatic

Gets meta by language code.

static void Dom.LanguageInfo.Load ( string  xml)
inlinestatic

Member Data Documentation

Dictionary<string,LanguageInfo> Dom.LanguageInfo.All
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).

Property Documentation

bool Dom.LanguageInfo.leftwards
get

True if this language goes from right to left (e.g. arabic).