Page 1 of 1

Setting Language - how to

Posted: Mon Nov 05, 2012 11:31 pm
by HJarausch
Hi,

how can I set the language which is used by the Gnu compiler for error messages (on MinGW)?
I've tried the environment variables LANG or LC_ALL with no luck.

Many thanks for a hint,
Helmut.

Re: Setting Language - how to

Posted: Tue Nov 06, 2012 2:27 pm
by Jarod42
I used successfully LANG in Linux. (I set LANG=en in Codelite Environement Variable).

Note that if you set LANG to other language than English, you have to update the regexp of error/warning messages of the toolchain.

I don't succeed neither to change language with minGW :-/

Do you have installed the "translation gcc package" ? (/mingw/bin/share/locale/`your language`/gcc.mo)