Skip to content
Prev 67962 / 398506 Next

R 2.1.0 GUI language

Thanks for your prompt reply.
Win XP, SP2 (German), which I forgot to mention despite heaving read the 
guide.
Looked in the wrong place (and the help isn't globally searchable).
I'd just like to have an option to change the language. English is my 
working language and the common denominator of my tool chain. German 
warning messages probably also wouldn't be much help to me when asking 
for help on this list.
By the way, I'd be quite afraid to suddenly see the German decimal comma 
  instead of point in my program output, but fortunately R isn't that 
localized.
LC_ALL doesn't seem to change the message language. LC_MESSAGES,
which is mentioned  in the installation and administration guide,
doesn't seem to exist in R 2.1.0 and isn't listed in the locales help.

I helped myself by putting
Sys.putenv("LANGUAGE"="EN");Sys.setlocale("LC_ALL","EN")
into etc/Rprofile. Don't know if this is the default way to go.

Stephan