AvailableType
class AvailableType
kotlin.Any | ||
↳ | kotlin.Enum<android.icu.util.ULocale.AvailableType> | |
↳ | android.icu.util.ULocale.AvailableType |
Types for ULocale#getAvailableLocalesByType
Summary
Enum values | |
---|---|
Locales that return data when passed to ICU APIs, but not including legacy or alias locales. |
|
Legacy or alias locales that return data when passed to ICU APIs. |
|
The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES. |
Enum values
DEFAULT
enum val DEFAULT : ULocale.AvailableType
Locales that return data when passed to ICU APIs, but not including legacy or alias locales.
ONLY_LEGACY_ALIASES
enum val ONLY_LEGACY_ALIASES : ULocale.AvailableType
Legacy or alias locales that return data when passed to ICU APIs. Examples of supported legacy or alias locales:
- iw (alias to he)
- mo (alias to ro)
- zh_CN (alias to zh_Hans_CN)
- sr_BA (alias to sr_Cyrl_BA)
- ars (alias to ar_SA)
WITH_LEGACY_ALIASES
enum val WITH_LEGACY_ALIASES : ULocale.AvailableType
The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.