brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
204 stars 40 forks source link

BUG-165: Use LC_ALL instead of LANG to force override applciation locale; #182

Closed brezerk closed 3 years ago

brezerk commented 3 years ago

Implements: #165

LANG allows you to override default locale. However wine applications not necessarily are respecting this setting. LCALL variable will always override LANG and all the other LC* variables, whether they are set or not.

In theory, this should give better control over desired locale;