Hi, Cai Qian <caiqian@xxxxxxxxx> writes: > > Works for me in the 2.1 version. Doesn't it work for you? Not at > all. It is still asking for > /usr/local/share/gimp/2.1/help/en/gimp-help.xml, I use GIMP 2.1.4 > and locale below, also test with `LANGUAGE=fr_FR gimp-2.1`, and > seems asking for En docs too. Is there I miss something? It definitely works if I set LANG, LC_MESSAGES or LC_ALL. The LANGUAGE environment variable is a special GNU extension of gettext(). GIMP looks at the locale only and I did not yet consider to add support for this GNU extension. Oh well, perhaps we need to do that then... Sven