Language

ULocale.AvailableType.OnlyLegacyAliases Property

Definition

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

[Android.Runtime.Register("ONLY_LEGACY_ALIASES", ApiSince=31)]
public static Android.Icu.Util.ULocale.AvailableType OnlyLegacyAliases { get; }
[<Android.Runtime.Register("ONLY_LEGACY_ALIASES", ApiSince=31)>]
static member OnlyLegacyAliases : Android.Icu.Util.ULocale.AvailableType

Property Value

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

Attributes

Remarks

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.

Android reference for android.icu.util.ULocale.AvailableType.ONLY_LEGACY_ALIASES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to