asdad asdad <edit.europe@xxxxxxxxxx> writes: > My > problem is that when I installed Ubuntu, I choose spanish as language. > However, I noticed that some of the warnings of g++, which are > displayed in spanish, are a bit confusing. So what I want is to change > them to english. E.g., LANG=en_US.UTF-8 export LANG If you only want to do this for gcc, create a little shell script which does this before running gcc. Ian