Compartilhar via


Collator.GetAvailableULocales Method

Definition

<strong>[icu]</strong> Returns the set of locales, as ULocale objects, for which collators are installed.

[Android.Runtime.Register("getAvailableULocales", "()[Landroid/icu/util/ULocale;", "", ApiSince=24)]
public static Android.Icu.Util.ULocale[]? GetAvailableULocales ();
[<Android.Runtime.Register("getAvailableULocales", "()[Landroid/icu/util/ULocale;", "", ApiSince=24)>]
static member GetAvailableULocales : unit -> Android.Icu.Util.ULocale[]

Returns

the list of locales in which collators are installed. This list includes any that have been registered, in addition to those that are installed with ICU4J.

Attributes

Remarks

<strong>[icu]</strong> Returns the set of locales, as ULocale objects, for which collators are installed. ULocale objects support RFC 3066.

Java documentation for android.icu.text.Collator.getAvailableULocales().

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