wxHexEditor
wxHexEditor copied to clipboard
Locale is not taken into account
Hello,
When I run the following command, the user interface should be in English.
$ LANG=C wxHexEditor
However it is still in French on my system, which is a bug.
Olivier
Locale detection is only run once, when wxHexEditor first run. After that setting will written to local settings file and read from there at next runs. Please remove the local setting file, ".wxHexEditor" file at your home directory, and try again if it detects new setting correctly. Thanks.