Class SystemLocaleSelector
Attempts to determine the Locale to use from the system that is running the application.
Inheritance
SystemLocaleSelector
Syntax
[Serializable]
public class SystemLocaleSelector : IStartupLocaleSelector
Methods
GetApplicationSystemLanguage()
Declaration
protected virtual SystemLanguage GetApplicationSystemLanguage()
Returns
Type |
Description |
SystemLanguage |
|
GetStartupLocale(ILocalesProvider)
Uses to find a matching Locale from the available locales.
Declaration
public Locale GetStartupLocale(ILocalesProvider availableLocales)
Parameters
Returns
Implements
GetSystemCulture()
Declaration
protected virtual CultureInfo GetSystemCulture()
Returns