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.Culture

Gets the <span id="frameworks:locale" class ="gp">locale</span> of the requested input language.

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

Property Value

The locale of the requested input language.

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace