Code::Blocks Forums

User forums => Help => Topic started by: OmnificienT on November 19, 2008, 09:55:00 pm

Title: Different language warning messages. (debugger/compiler)
Post by: OmnificienT on November 19, 2008, 09:55:00 pm
Hello,

Code::Blocks is set up in English, but it gives me build messages in Dutch. How can I change these to English?

Thank You,

OmnificienT
Title: Re: Different language warning messages. (debugger/compiler)
Post by: Jenna on November 19, 2008, 10:05:06 pm
Which OS do you use ?

If you are on linux and your standard locales is in dutch, C::B will show the dutch compiler-messages.

Use the envvar-plugin to set "LC_ALL" to "en_US[.UTF-8]" ("Settings.. -> Environment -> Environment variables").
Don't type the brackets, the should only show, that ".UTF-8" is optional (depending on your systems preferences.

If you are on windows, I don't know how to change it.

Title: Re: Different language warning messages. (debugger/compiler)
Post by: OmnificienT on November 20, 2008, 05:30:37 pm
I'm on linux actually. I don't understand what the envvar-plugin is though. Is it a plugin for C::B?
Title: Re: Different language warning messages. (debugger/compiler)
Post by: Jenna on November 20, 2008, 06:12:52 pm
I'm on linux actually. I don't understand what the envvar-plugin is though. Is it a plugin for C::B?

It's part of the contrib-plugins.

If you have installed pre-build binaries, there should be a package called something like "codeblocks-contrib", install it.

If you compiled C::B yourself, I recommend to configure it with "--with-contrib-plugins=all".