Property | Type | Description | |
---|---|---|---|
GetLanguageDirection | LanguageDirection | ||
IsLanguageSupported | bool |
Method | Description | |
---|---|---|
AddOnLocalizeEvent ( ILocalize localize ) : void |
Add a Localization listener to catch the event that is invoked when the selected language is changed.
|
|
Get ( string key ) : string |
Retreives the correct language string by key.
|
|
GetFormat ( string key ) : string |
|
|
InvokeOnLocalize ( ) : void | ||
KeyExist ( string key ) : bool | ||
RemoveOnLocalizeEvent ( ILocalize localize ) : void |
Removes a Localization listener.
|
|
SelectLanguage ( int selected ) : void |
Select a language, used by dropdowns and the like.
|
Method | Description | |
---|---|---|
GetLanguageDirection ( Language language ) : LanguageDirection | ||
IsLanguageSupported ( Language language ) : bool |
public AddOnLocalizeEvent ( ILocalize localize ) : void | ||
localize | ILocalize | |
return | void |
public static Get ( string key ) : string | ||
key | string | The key string |
return | string |
public static GetFormat ( string key ) : string | ||
key | string | |
return | string |
public RemoveOnLocalizeEvent ( ILocalize localize ) : void | ||
localize | ILocalize | |
return | void |
public SelectLanguage ( int selected ) : void | ||
selected | int | |
return | void |