LocaleSpan.Locale Property

Definition

Returns the Locale.

public virtual Java.Util.Locale? Locale { [Android.Runtime.Register("getLocale", "()Ljava/util/Locale;", "GetGetLocaleHandler")] get; }
[<get: Android.Runtime.Register("getLocale", "()Ljava/util/Locale;", "GetGetLocaleHandler")>]
member this.Locale : Java.Util.Locale

Property Value

The Locale for this span. If multiple locales are associated with this span, only the first locale is returned. null if no Locale is specified.

Attributes

Remarks

Java documentation for android.text.style.LocaleSpan.getLocale().

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