LocaleList(Locale[]) Constructor

Definition

Creates a new LocaleList.

[Android.Runtime.Register(".ctor", "([Ljava/util/Locale;)V", "", ApiSince=24)]
public LocaleList (params Java.Util.Locale[] list);
[<Android.Runtime.Register(".ctor", "([Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.OS.LocaleList : Java.Util.Locale[] -> Android.OS.LocaleList

Parameters

list
Locale[]
Attributes

Remarks

Java documentation for android.os.LocaleList.LocaleList(java.util.Locale).

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