Method | Description | |
---|---|---|
FromString ( string langCode ) : |
Creates a CultureInfo from a ISO language code either in Windows (e.g. en-US) or Unix (e.g. en_US) format.
|
|
SetUI ( [ culture ) : void |
Changes the UI language used by this process. Should be called right after startup. This sets CultureInfo.CurrentUICulture for the current and all future threads. |
Method | Description | |
---|---|---|
GetAllKnown ( ) : IEnumerable |
public static FromString ( string langCode ) : |
||
langCode | string | |
return |