[Wine] Re: problem with typing in language other than english

vitamin wineforum-user at winehq.org
Tue Aug 11 21:56:27 CDT 2009


a b wrote:
> but i tested the setting of LANG environment parameter

What have you set it to? It should be the locale of your language. For example for Russian it would be LANG=ru_RU.utf8. So you need:

Code:
export LANG=ru_RU.utf8
wine notepad


Or as one command:

Code:
LANG=ru_RU.utf8 wine notepad









More information about the wine-users mailing list