| Culture-Sensitive VB.NET Constructorusing 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 InputLanguageChangedEventArgsclass provides data for theInputLanguageChangedevent. 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 IssuesUse the InputLanguageChangedEventArgsconstructor version that passes in
             aCultureInfoargument for the most complete i18n support.  
              Culture and Number Format Information   
 |