Method GetStartupLocale
GetStartupLocale(ILocalesProvider)
Returns the selected locale from the available locales list.
Declaration
public Locale GetStartupLocale(ILocalesProvider availableLocales)
Parameters
| Type | Name | Description |
|---|---|---|
| ILocalesProvider | availableLocales | The list of locales that should be searched. |
Returns
| Type | Description |
|---|---|
| Locale | Locale that matches the command line argument or null. |