Setting Language - how to

General questions regarding the usage of CodeLite
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Setting Language - how to

Post 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.
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Setting Language - how to

Post 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)
Post Reply