I’ve been fighting a bit with lutris to install the english version of warcraft 2 when my system’s locale is French. It kept downloading the French version.
I did not find any options to choose a download language in the app itself, so I had to literally modify gog.py, in the function “def determine_language_installer” by replacing “language = i18n.get_lang()” with “language = “en””.
Given my tendency to solve the simplest problems in the most convoluted manner, is there a less hacky way to do this?