Stay organized with collections
Save and categorize content based on your preferences.
AvailableType
class 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)
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
enum val WITH_LEGACY_ALIASES : ULocale.AvailableType
The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ULocale.AvailableType\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nAvailableType\n=============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/icu/util/ULocale.AvailableType \"View this page in Java\") \n\n```\nclass AvailableType\n```\n\n|---|---|---------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[android.icu.util.ULocale.AvailableType](#)\\\u003e ||\n| | ↳ | [android.icu.util.ULocale.AvailableType](#) |\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ULocale.AvailableType.DEFAULT](#ENUM_VALUE:DEFAULT), [ULocale.AvailableType.ONLY_LEGACY_ALIASES](#ENUM_VALUE:ONLY_LEGACY_ALIASES), [ULocale.AvailableType.WITH_LEGACY_ALIASES](#ENUM_VALUE:WITH_LEGACY_ALIASES) |------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| | [ULocale.AvailableType.DEFAULT](#ENUM_VALUE:DEFAULT) | Locales that return data when passed to ICU APIs, but not including legacy or alias locales. | | [ULocale.AvailableType.ONLY_LEGACY_ALIASES](#ENUM_VALUE:ONLY_LEGACY_ALIASES) | Legacy or alias locales that return data when passed to ICU APIs. | | [ULocale.AvailableType.WITH_LEGACY_ALIASES](#ENUM_VALUE:WITH_LEGACY_ALIASES) | The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES. | |\n\nTypes for [ULocale.getAvailableLocalesByType](/reference/kotlin/android/icu/util/ULocale#getAvailableLocalesByType(android.icu.util.ULocale.AvailableType))\n\nSummary\n-------\n\n| Enum values ||\n|-----------------------------------------------------------------------------------------------------------------------------|---|\n| [DEFAULT](#ENUM_VALUE:DEFAULT) Locales that return data when passed to ICU APIs, but not including legacy or alias locales. |\n| [ONLY_LEGACY_ALIASES](#ENUM_VALUE:ONLY_LEGACY_ALIASES) Legacy or alias locales that return data when passed to ICU APIs. |\n| [WITH_LEGACY_ALIASES](#ENUM_VALUE:WITH_LEGACY_ALIASES) The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES. |\n\nEnum values\n-----------\n\n### DEFAULT\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val DEFAULT : ULocale.AvailableType\n```\n\nLocales that return data when passed to ICU APIs, but not including legacy or alias locales. \n\n### ONLY_LEGACY_ALIASES\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val ONLY_LEGACY_ALIASES : ULocale.AvailableType\n```\n\nLegacy or alias locales that return data when passed to ICU APIs. Examples of supported legacy or alias locales:\n\n- iw (alias to he)\n- mo (alias to ro)\n- zh_CN (alias to zh_Hans_CN)\n- sr_BA (alias to sr_Cyrl_BA)\n- ars (alias to ar_SA)\n\nThe locales in this set are disjoint from the ones in DEFAULT. To get both sets at the same time, use WITH_LEGACY_ALIASES.\n\n\u003cbr /\u003e\n\n### WITH_LEGACY_ALIASES\n\nAdded in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val WITH_LEGACY_ALIASES : ULocale.AvailableType\n```\n\nThe union of the locales in DEFAULT and ONLY_LEGACY_ALIASES."]]