Culture-Sensitive C# Constructor
using System.Windows.Forms
public InputLanguageChangingEventArgs(CultureInfo culture, bool sysCharSet);
public InputLanguageChangingEventArgs(InputLanguage inputLanguage, bool sysCharSet);
Internationalization (I18n) Class Overview
The InputLanguageChangingEventArgs class identifies the requested input language and the character set of the new input language. The
CultureInfo property specifies the locale of the requested language. This data is then provided to
the InputLanguageChanging event.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
The class InputLanguageChangingEventArgs should be
passed a cultureInfo argument.
Culture and Number Format Information
|