[Mono-bugs] [Bug 641321] Regression: Thread.CurrentUICulture returns wrong culture

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 3 12:55:00 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=641321

https://bugzilla.novell.com/show_bug.cgi?id=641321#c1


Oliver Nittka <oly at nittka.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oly at nittka.com
            Version|2.8.x                       |2.10.x

--- Comment #1 from Oliver Nittka <oly at nittka.com> 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.


More information about the mono-bugs mailing list