I was trying to get error messages in spanish. I have changed the locale to es_EC.utf8 .... i get messages in spanish when I run apt-get etc.. but gcc gives me errors in english..can anybody help me? I'm using ubuntu10.04 gcc-4.3.4
i have set all the environment variables..it still doesnt work
2010-05-04 15:31:06
A:
gcc 4.3 looks like it has translations, whereas gcc 4.4 doesn't.
Check you have gcc-4.3-locales
installed: http://packages.ubuntu.com/lucid/gcc-4.3-locales
Douglas Leeder
2010-07-30 14:08:02