Method RemoveLocale
RemoveLocale(Locale)
Removes support for a specific Locale.
Declaration
bool RemoveLocale(Locale locale)
Parameters
| Type | Name | Description |
|---|---|---|
| Locale | locale | The locale that should be removed if possible. |
Returns
| Type | Description |
|---|---|
| bool | true if the locale was removed or false if the locale did not exist. |