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!

Application.CurrentInputLanguage

Gets or sets the current input language for the current thread.

[Visual Basic]
Public Shared Property CurrentInputLanguage As InputLanguage
[C#]
public static InputLanguage CurrentInputLanguage {get; set;}
[C++]
public: __property static InputLanguage* get_CurrentInputLanguage();
public: __property static void set_CurrentInputLanguage(InputLanguage*);
[JScript]
public static function get CurrentInputLanguage() : InputLanguage;
public static function set CurrentInputLanguage(InputLanguage);

Property Value

An InputLanguage representing the current input language for the current thread.

Requirements

NGWS Runtime Security:

UIPermission You must have the System.security.Permissions.UIPermission for AllWindows to set this property.

See Also

Application Class | Application Members | System.WinForms Namespace | CultureInfo | InputLanguage