[Mono-bugs] [Bug 570859] DateTime.ToString(String, IFormatProvider) spells Russian months' names incorrectly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 22 19:09:46 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=570859

http://bugzilla.novell.com/show_bug.cgi?id=570859#c2


--- Comment #2 from Alexander Batishchev <abatishchev at gmail.com> 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.


More information about the mono-bugs mailing list