Re: [R] set locale information in R

2011-04-10 Thread raji sankaran
Hi Uwe, Thank you very much.. That worked :) Regards, Raji 2011/4/9 Uwe Ligges > Try > > Sys.setenv("LANGUAGE"="Fr") > > Uwe Ligges > > > On 07.04.2011 10:29, Raji wrote: > >> Hi R-helpers, >> >> Is it possible to localise the error messages/warnings that comes from >> R.My application tak

Re: [R] set locale information in R

2011-04-08 Thread Uwe Ligges
Try Sys.setenv("LANGUAGE"="Fr") Uwe Ligges On 07.04.2011 10:29, Raji wrote: Hi R-helpers, Is it possible to localise the error messages/warnings that comes from R.My application takes in a locale information.I used the following command to set the locale in R.But in RGui, i still get the e

Re: [R] set locale information in R

2011-04-07 Thread Raji
Hi Rhelpers, Do we need to install some font packages in R for the locale information to take effect. Alternatively, i found that we can use the following command for the messages Sys.setlocale("LC_MESSAGES","French") Should this be done for getting error messages in French? The help for setLo

[R] set locale information in R

2011-04-07 Thread Raji
Hi R-helpers, Is it possible to localise the error messages/warnings that comes from R.My application takes in a locale information.I used the following command to set the locale in R.But in RGui, i still get the error messages in English only.Can you please help me out with this? Sys.setlocale