[Bug 18466] Wine does not support genitive forms of month names

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 14 09:31:15 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18466





--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com>  2009-10-14 09:31:14 ---
I think I've accidentally found a way to support this. After some msdn
browsing:

http://msdn.microsoft.com/en-us/library/dd373825%28VS.85%29.aspx

Apparently Win7 introduces a way to retrieve this data using GetLocaleInfo (or
calendar api only, didn't tested yet) with a special flag:

LOCALE_RETURN_GENITIVE_NAMES

If it works it's the best way to use, cause it's transparent as much as
possible.

I'll post new info here when get tests ready.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list