InputMethodSubtype.Locale Property

Definition

Caution

deprecated

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

Property Value

String

The locale of the subtype. This method returns the "locale" string parameter passed to the constructor.

Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodSubtype.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