[Mono-bugs] [Bug 51511][Maj] Changed - @Page ignores Culture and LCID attributes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 Nov 2003 13:53:44 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51511
--- shadow/51511 2003-11-30 13:08:10.000000000 -0500
+++ shadow/51511.tmp.4656 2003-11-30 13:53:43.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51511
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: ximian@aksi.mdamt.net
QAContact: mono-bugs@ximian.com
@@ -48,6 +48,11 @@
patch to PageParser.cs
------- Additional Comments From gonzalo@ximian.com 2003-11-30 13:08 -------
The patch is almost correct, but you must not set the thread culture.
That's done in the process pipeline. I'm doing the other changes needed.
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-30 13:53 -------
+Fixed in CVS. We don't ignore Culture, LCID nor UICulture now.
+
+We still lack I18N support for displaying dates, but that's another bug.