News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[HOWTO] Set gcc compiler output language to english

Started by BlueHazzard, February 27, 2013, 09:59:08 PM

Previous topic - Next topic

BlueHazzard

Hello,
to set the output from the gcc compiler to english:
Settings->Enviromet->Enviroment Variables

Add
"LC_ALL" with value "C"

->Set Now -> Ok

now your output from the gcc should be english.

have fun

BlueHazzard


stahta01

Look at the FAQs and see if it fits better there, first.

Use the same username/password to edit the CB Wiki.

If you wish to upload images to show how; I would add a wiki page.

I am just a CB user; but, I have added FAQs Q/A and wiki pages.

But, I am not good at Wiki pages.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]


Jenna

You should be aware, that this possibly breaks displaying non-ascii characters in string literals (at least it does on my german fedora system).

I use LC_ALL=en_US.utf8 and save the files as utf-8 therefore and everything works as expected.