Closed
Description
It appears the the locale is not properly detected on Windows, so that the application is not translated for example on a french locale Windows install.
The workaround is simple:
- Add an environment variable named "LANG" and set it to "fr"
- Or in a batch script or from the command line:
set LANG=fr