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