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.
Setting Language - how to
-
- CodeLite Veteran
- Posts: 98
- Joined: Thu Feb 18, 2010 10:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: Setting Language - how to
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)
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)