NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InputLangChangeRequestEventArgs.InputLanguage

Gets the requested input language.

[Visual Basic]
Public ReadOnly Property InputLanguage As InputLanguage
[C#]
public InputLanguage InputLanguage {get;}
[C++]
public: __property InputLanguage* get_InputLanguage();
[JScript]
public function get InputLanguage() : InputLanguage;

Property Value

The requested input language.

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace