ViewStructure.SetLocaleList(LocaleList) Method

Definition

Sets the the list of locales associated with this node.

[Android.Runtime.Register("setLocaleList", "(Landroid/os/LocaleList;)V", "GetSetLocaleList_Landroid_os_LocaleList_Handler", ApiSince=26)]
public abstract void SetLocaleList (Android.OS.LocaleList? localeList);
[<Android.Runtime.Register("setLocaleList", "(Landroid/os/LocaleList;)V", "GetSetLocaleList_Landroid_os_LocaleList_Handler", ApiSince=26)>]
abstract member SetLocaleList : Android.OS.LocaleList -> unit

Parameters

localeList
LocaleList
Attributes

Remarks

Sets the the list of locales associated with this node.

Java documentation for android.view.ViewStructure.setLocaleList(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