Rattle (R)

hamma007 Messages postés 3 Date d'inscription   Statut Membre Dernière intervention   -  
choukie12 Messages postés 55 Date d'inscription   Statut Membre Dernière intervention   -
I want to change the language of my rattle interface to english. would you help me with that please.
A voir également:

1 réponse

choukie12 Messages postés 55 Date d'inscription   Statut Membre Dernière intervention   6
 
Did you try the following ?

Sys.setenv(LANGUAGE="en")
library(rattle)
rattle()
0