Method FindFallbackLocale
FindFallbackLocale(LocaleIdentifier)
Attempt to retrieve a fallback Locale using the identifier.
Declaration
public Locale FindFallbackLocale(LocaleIdentifier localeIdentifier)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | localeIdentifier | LocaleIdentifier to find. |
Returns
Type | Description |
---|---|
Locale | If no Locale can be found then null is returned. |