http://bugs.winehq.org/show_bug.cgi?id=31303
--- Comment #4 from Erich Hoover ehoover@mines.edu 2012-07-24 21:43:21 CDT --- Created attachment 41143 --> http://bugs.winehq.org/attachment.cgi?id=41143 Fix for GetLocaleInfoEx getting the correct language for the abbreviated form
(In reply to comment #3)
I've tried to narrow down the problem and it only occurs when the LCTYPE parameter is set to LOCALE_SNAME (0x5c)...
Ah-ha! In that case it's being called with the language "en" instead of "en-US"/"en-us". I've attached a patch (with tests) that fixes the problem.