https://bugzilla.novell.com/show_bug.cgi?id=334409#c1
--- Comment #1 from Eric Petit <[EMAIL PROTECTED]> 2007-10-16 16:29:35 MST ---
if i modifie the test case to display currentinput language, it return a empty
string !!
using System.Windows.Forms;
using System;
public partial class Form1 : Form
{
/// <summary>
/// Point d'entrée principal de l'application.
/// </summary>
//[STAThread]
static void Main()
{
Application.EnableVisualStyles();
// Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
public Form1()
{
TextBox txtlatin = new TextBox();
txtlatin.Text = "é doesn't work!";
this.Controls.Add(txtlatin);
Console.WriteLine( Application.CurrentInputLanguage);
Console.WriteLine(
System.Windows.Forms.InputLanguage.CurrentInputLanguage);
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs