Sdílet prostřednictvím


Currency.GetAvailableULocales Method

Definition

Return an array of the ulocales for which a currency is defined.

[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

an array of the available ulocales

Attributes

Remarks

Return an array of the ulocales for which a currency is defined.

Java documentation for android.icu.util.Currency.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