Configuration.Locales Property

Definition

Get the locale list. -or- Set the locale list.

public Android.OS.LocaleList Locales { [Android.Runtime.Register("getLocales", "()Landroid/os/LocaleList;", "", ApiSince=24)] get; [Android.Runtime.Register("setLocales", "(Landroid/os/LocaleList;)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getLocales", "()Landroid/os/LocaleList;", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setLocales", "(Landroid/os/LocaleList;)V", "", ApiSince=24)>]
member this.Locales : Android.OS.LocaleList with get, set

Property Value

LocaleList

The locale list.

Attributes

Remarks

Property getter documentation:

Java documentation for android.content.res.Configuration.getLocales().

Property setter documentation:

Java documentation for android.content.res.Configuration.setLocales(android.os.LocaleList).

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