[Mono-bugs] [Bug 558604] CultureInfo.CurrentCulture does not return the correct culture of the Device
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 14 01:31:04 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=558604
http://bugzilla.novell.com/show_bug.cgi?id=558604#c4
--- Comment #4 from Geoff Norton <gnorton at novell.com> 2010-01-14 06:31:03 UTC ---
As a workaround for now you can do:
Thread.CurrentThread.CurrentCulture =
GetCultureInfo(NSLocale.CurrentLocale.LocaleIdentifier.Replace("_", "-"));
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list