[Wine] How to achieve Japanese localization on Mac OSX?

Charles Davis cdavis at mymail.mines.edu
Fri Nov 27 19:11:58 CST 2009


vitamin wrote:
> It resets "LANG" environment variable with the locale it got from the system.
Only if it wasn't set to begin with. Ken Thomases mad a big deal about
that when I first submitted my patch.

On that line, you'll notice that the third parameter to setenv() is 0.
That parameter tells the OS not to overwrite the value of LANG if it's
already set.

Chip




More information about the wine-users mailing list