[Mono-bugs] [Bug 54397][Nor] Changed - CurrentCulture and CurrentUICulture not set

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Feb 2004 11:19:29 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jorn@nl.linux.org.

http://bugzilla.ximian.com/show_bug.cgi?id=54397

--- shadow/54397	2004-02-16 11:16:20.000000000 -0500
+++ shadow/54397.tmp.6140	2004-02-16 11:19:29.000000000 -0500
@@ -82,6 +82,25 @@
 jorn > mono ./test.exe
 CurrentCulture is 127
 CurrentUICulture is 127
 jorn >
 
 en_GB seems valid to me, though ..
+
+------- Additional Comments From jorn@nl.linux.org  2004-02-16 11:19 -------
+Googled this up:
+
+CVSROOT:	/cvs/public
+Module name:	mcs
+Changes by:	lupus	02/02/13 12:00:45
+
+Modified files:
+	class/corlib/System.Threading: ChangeLog Thread.cs 
+
+Log message:
+Wed Feb 13 21:51:30 CET 2002 Paolo Molaro <lupus@ximian.com>
+
+* Thread.cs: implement CurrentCulture property needed by
+Convert.ChangeType() (used when compiling enums).
+
+
+That would mean it is implemented in CVS, but not in 0.30.1, right?