Added in API level 31

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

Added in API level 31
enum val DEFAULT : ULocale.AvailableType

Locales that return data when passed to ICU APIs, but not including legacy or alias locales.

ONLY_LEGACY_ALIASES

Added in API level 31
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)
The locales in this set are disjoint from the ones in DEFAULT. To get both sets at the same time, use WITH_LEGACY_ALIASES.

WITH_LEGACY_ALIASES

Added in API level 31
enum val WITH_LEGACY_ALIASES : ULocale.AvailableType

The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.