[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:16:20 -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:13:18.000000000 -0500
+++ shadow/54397.tmp.6095	2004-02-16 11:16:20.000000000 -0500
@@ -70,6 +70,18 @@
 ie
 
 :; LANG=wibble mono cult.exe
 CurrentCulture is 127
 CurrentUICulture is 127
 
+
+------- Additional Comments From jorn@nl.linux.org  2004-02-16 11:16 -------
+jorn > export LANG=en_GB
+jorn > export LC_ALL=en_GB
+jorn > echo $LANG $LC_ALL
+en_GB en_GB
+jorn > mono ./test.exe
+CurrentCulture is 127
+CurrentUICulture is 127
+jorn >
+
+en_GB seems valid to me, though ..