SuggestionSpan.Locale Property

Definition

This member is deprecated.

public virtual string Locale { [Android.Runtime.Register("getLocale", "()Ljava/lang/String;", "GetGetLocaleHandler")] get; }
[<get: Android.Runtime.Register("getLocale", "()Ljava/lang/String;", "GetGetLocaleHandler")>]
member this.Locale : string

Property Value

the locale of the suggestions. An empty string is returned if no locale is specified.

Attributes

Remarks

This member is deprecated. use #getLocaleObject() instead.

Java documentation for android.text.style.SuggestionSpan.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