How to change locale for Wine only?

Solution 1:

  • Winecfg does not have any option to change the language. The normal way is the method you posted.

  • You will need to change the executable that you start and add the locale in front of it just like you do from command line.

Besides that ...

  • it is old but winelocale might still work.

    WineLocale clones the functionality of Microsoft AppLocale in Wine. It is used to manage locale and font settings in the Wine registry to ensure proper display of non-Latin type in pre-Unicode portable executables.

enter image description here