Language

ULocale.GetAvailableLocalesByType(ULocale+AvailableType) Method

Definition

Returns a list of all installed locales according to the specified type.

[Android.Runtime.Register("getAvailableLocalesByType", "(Landroid/icu/util/ULocale$AvailableType;)Ljava/util/Collection;", "", ApiSince=31)]
public static System.Collections.Generic.ICollection<Android.Icu.Util.ULocale>? GetAvailableLocalesByType(Android.Icu.Util.ULocale.AvailableType? type);
[<Android.Runtime.Register("getAvailableLocalesByType", "(Landroid/icu/util/ULocale$AvailableType;)Ljava/util/Collection;", "", ApiSince=31)>]
static member GetAvailableLocalesByType : Android.Icu.Util.ULocale.AvailableType -> System.Collections.Generic.ICollection<Android.Icu.Util.ULocale>

Parameters

Returns

Attributes

Remarks

Returns a list of all installed locales according to the specified type.

Android reference for android.icu.util.ULocale.getAvailableLocalesByType.

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