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
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.
I'm on linux actually. I don't understand what the envvar-plugin is though. Is it a plugin for C::B?
Quote from: 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?
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".