ULocale.AvailableType

public static final enum ULocale.AvailableType
extends Enum<ULocale.AvailableType>

java.lang.Object
   ↳ java.lang.Enum<android.icu.util.ULocale.AvailableType>
     ↳ android.icu.util.ULocale.AvailableType


Types for ULocale#getAvailableLocalesByType

Summary

Enum values

ULocale.AvailableType  DEFAULT

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

ULocale.AvailableType  ONLY_LEGACY_ALIASES

Legacy or alias locales that return data when passed to ICU APIs. 

ULocale.AvailableType  WITH_LEGACY_ALIASES

The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES. 

Public methods

static ULocale.AvailableType valueOf(String name)
static final AvailableType[] values()

Inherited methods

Enum values

DEFAULT

Added in API level 31
public static final ULocale.AvailableType DEFAULT

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

ONLY_LEGACY_ALIASES

Added in API level 31
public static final ULocale.AvailableType ONLY_LEGACY_ALIASES

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
public static final ULocale.AvailableType WITH_LEGACY_ALIASES

The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.

Public methods

valueOf

public static ULocale.AvailableType valueOf (String name)

Parameters
name String

Returns
ULocale.AvailableType

values

public static final AvailableType[] values ()

Returns
AvailableType[]