Language.CurrentInputMethodLanguageTag 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.
public:
static property Platform::String ^ CurrentInputMethodLanguageTag { Platform::String ^ get(); };
static winrt::hstring CurrentInputMethodLanguageTag();
public static string CurrentInputMethodLanguageTag { get; }
var string = Language.currentInputMethodLanguageTag;
Public Shared ReadOnly Property CurrentInputMethodLanguageTag As String
Property Value
The BCP-47 language tag.
Remarks
This property returns a value for the currently active input method on the thread with keyboard input focus. Calling this on a background thread may not return the expected results.