TextAppearanceInfo.TextLocales Property

Definition

Returns the LocaleList of the text.

public Android.OS.LocaleList TextLocales { [Android.Runtime.Register("getTextLocales", "()Landroid/os/LocaleList;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTextLocales", "()Landroid/os/LocaleList;", "", ApiSince=34)>]
member this.TextLocales : Android.OS.LocaleList

Property Value

Attributes

Remarks

Returns the LocaleList of the text.

Java documentation for android.view.inputmethod.TextAppearanceInfo.getTextLocales().

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