https://bugs.winehq.org/show_bug.cgi?id=39770
--- Comment #3 from Jactry Zeng jactry92@gmail.com --- Hi Ken, (In reply to Ken Thomases from comment #2)
What happens if, instead of setting LANG (or LC_ALL), you actually change the system language in System Preferences > Language & Region?
Cocoa is replacing the menu item that the Mac driver creates programmatically with its own. (For example, the Mac driver doesn't have the text "Exit Full Screen" anywhere in it, but the menu item's title changes to that automatically.) I expect that Cocoa is respecting the system language rather than LANG or LC_ALL.
I always use Simplified Chinese as my system language. This my `locale`: LANG="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_CTYPE="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_ALL=
It seems Cocoa doesn't do that.
Thanks! :-)