wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Locale is not taken into account

Open olcc opened this issue 6 years ago • 1 comments

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

olcc avatar Oct 13 '19 11:10 olcc

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.

EUA avatar Oct 24 '19 03:10 EUA