InputMethodSubtype.LanguageTag Property

Definition

public string LanguageTag { [Android.Runtime.Register("getLanguageTag", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getLanguageTag", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.LanguageTag : string

Property Value

the BCP-47 Language Tag of the subtype. Returns an empty string when no Language Tag is specified.

Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodSubtype.getLanguageTag().

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