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