To set the R language to English we add language = EN
to the Rconsole
file in the ~\Program Files\R\R-3.6.2\
folder as e.g. described in this answer. This works as expected for the R GUI.
However, RStudio seems to ignore R language settings and starts up with the language of my system locale. I'm using Windows 7 x64 (build 7601) Service Pack 1
, R version 3.6.2 (2019-12-12)
and RStudio Version 1.2.5019
.
There are a lot of answers that confuse R GUI and RStudio. How can we get RStudio to use the language settings defined in the Rconsole
file? (Or, alternatively, where can we set the language for RStudio seperately?)