Culture-Sensitive VB.NET Constructor
using System.Windows.Forms
Public Sub New(culture As CultureInfo, charSet As Byte)
Public Sub New(inputLanguage As InputLanguage, charSet As Byte)
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
|