SuggestionSpan.Locale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.