메소드 | 설명 | |
---|---|---|
GetSupportedLanguages ( ) : ObservableCollection |
Get the supported languages.
|
|
GetUiString ( string key, |
Get a translated string by key and culture.
|
|
SetCulture ( string culture ) : |
Sets the localization culture.
|
public static GetSupportedLanguages ( ) : ObservableCollection |
||
리턴 | ObservableCollection |
public static GetUiString ( string key, |
||
key | string | The key to retrieve. |
culture | The culture to retrieve the key from. | |
리턴 | string |
public static SetCulture ( string culture ) : |
||
culture | string | ISO code of the new culture. |
리턴 |