https://bugzilla.novell.com/show_bug.cgi?id=641321
https://bugzilla.novell.com/show_bug.cgi?id=641321#c1 Oliver Nittka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|2.8.x |2.10.x --- Comment #1 from Oliver Nittka <[email protected]> 2011-03-03 17:54:59 UTC --- I can confirm this for Mono 2.10. Here is a minimal testcase to reproduce the problem and to show the different behaviour between 2.6 and 2.10: using System; using System.Globalization; public class MinTestCase { static public void Main () { Console.WriteLine (CultureInfo.CurrentUICulture.Name); } } run with different versions of mono: >c:\Programme\Mono-2.10.1\bin\mono probe.exe en-US >c:\Programme\Mono-2.6.7\bin\mono probe.exe de-DE -- 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
