Method SupportedOnApple
SupportedOnApple(TranslationLocale)
Checks that a TranslationLocale
is supported on Apple.
Declaration
public static bool SupportedOnApple(this TranslationLocale locale)
Parameters
Type | Name | Description |
---|---|---|
TranslationLocale | locale | The locale to check. |
Returns
Type | Description |
---|---|
bool | If the locale is supported or not. |