http://bugzilla.novell.com/show_bug.cgi?id=506726
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=506726#c11 --- Comment #11 from Thomas Goldstein <[email protected]> 2009-05-27 00:30:22 MDT --- Sorry for the bug spam. :) Although this is beyond the scope of this bug, despite what I said above, I don't think the Name property of Colors is ever localized in .NET. A simple test shows me that Color.Red.Name gives "Red" on .NET, rather than "Rouge" (while my default Culture should be "fr-FR"). And looking at the other Color properties, it doesn't look like there is one to retrieve the localized name of the color. So, I guess we should have a place to store all of the translated string (if it doesn't already exist), like one file for each language (and possibly for each class), so they can be called in FontDialog and elsewhere. I'll let people who know what to do handle this... I filed a bug report for the FontDialog localization issue: https://bugzilla.novell.com/show_bug.cgi?id=507348 -- Configure bugmail: http://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
