Skip to content

change language at console

3 messages · Alaios, Brian Ripley, Rich Shepard

#
Hi all,I am a linux R user and my default R environemnt (after writing R in linux console) returns the error messages in German (I am not the system adminitstrator and I can not change system settings). I know that the English package is also installed so I guess I need to set some environmental variable for this.Any idea how I am doing that?
RegardsAlex
#
On 01/04/2015 15:14, Alaios via R-help wrote:
Please do (and not send HTML).  It is in the manual, 
http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Internationalization 
and specifically
http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Localization-of-messages

I would start by trying LANGUAGE=en , e.g.

LANGUAGE=en R

or

env LANGUAGE=en R

depending on your shell.
#
On Wed, 1 Apr 2015, Prof Brian Ripley wrote:

            
More specifically, you can use en_US or en_GB.

Rich