Freigeben über


BreakIterator.GetAvailableLocales Method

Definition

Returns a list of locales for which BreakIterators can be used.

[Android.Runtime.Register("getAvailableLocales", "()[Ljava/util/Locale;", "", ApiSince=24)]
public static Java.Util.Locale[]? GetAvailableLocales ();
[<Android.Runtime.Register("getAvailableLocales", "()[Ljava/util/Locale;", "", ApiSince=24)>]
static member GetAvailableLocales : unit -> Java.Util.Locale[]

Returns

Locale[]

An array of Locales. All of the locales in the array can be used when creating a BreakIterator.

Attributes

Remarks

Returns a list of locales for which BreakIterators can be used.

Java documentation for android.icu.text.BreakIterator.getAvailableLocales().

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