http://bugzilla.novell.com/show_bug.cgi?id=570859
http://bugzilla.novell.com/show_bug.cgi?id=570859#c2 --- Comment #2 from Alexander Batishchev <[email protected]> 2010-06-22 23:09:45 UTC --- Hi, Very nice to see a response on me message! I thing it starts at http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/corlib/System.Globalization/CultureInfo.c A constructor accepting string culture info token leads to private extern static bool construct_internal_locale_from_specific_name (CultureInfo ci, string name); which is located I don't know where. DateTime.ToString() is located there: http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/corlib/System/DateTime.cs which leads to http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/corlib/System/DateTimeUtils.cs and http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/corlib/System.Globalization/DateTimeFormatInfo.cs where I can't find any source to localized months' names. -- 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
