Culture-Sensitive C# Constructor
using System.Windows.Forms
public InputLanguageChangedEventArgs(CultureInfo culture, byte charSet);
public InputLanguageChangedEventArgs(InputLanguage inputLanguage, byte charSet);
Internationalization (I18n) Class Overview
The InputLanguageChangedEventArgs class provides data for the
InputLanguageChanged event. This constructor initializes a new instance of the
class with either the specified culture or language, and the associated character set. You can use
the information provided by this class to determine which IME to use and whether the text direction is
to change.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
Use the InputLanguageChangedEventArgs constructor version that passes in
a CultureInfo argument for the most complete i18n support.
Culture and Number Format Information
|