Partager via


DateFormat.GetAvailableLocales Method

Definition

Returns the set of locales for which DateFormats are installed.

[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[]

the set of locales for which DateFormats are installed.

Attributes

Remarks

Returns the set of locales for which DateFormats are installed.

Java documentation for android.icu.text.DateFormat.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