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);
An InputLanguage representing the current input language for the current thread.
NGWS Runtime Security:
UIPermission | You must have the System.security.Permissions.UIPermission for AllWindows to set this property. |
Application Class | Application Members | System.WinForms Namespace | CultureInfo | InputLanguage