rig
                                
                                 rig copied to clipboard
                                
                                    rig copied to clipboard
                            
                            
                            
                        Local Language instead of english
Hi, I installed R using rig and for some reason, all of the R tool are now speaking to me in Polish...?
Don't get me wrong I appreciate the availability of local languages in software however I would like to be able to choose the language (aka switch to English, as I have everything on my development machine in English). Is there a way to do that?
What is your OS and OS version? What are the R versions you installed? What is the version of rig?
That would indeed be useful (I prefer the English version because of easier-to-google error messages). I am using rig version 0.6.0 on macOS 14.4 and R versions 4.3-arm64/4.4-arm64.
@mbstadler We can probably add an option for that on macOS, installers default to the system language.
In the meanwhile you can probably work around it by putting this in .Renviron:
LC_ALL=en_US.UTF-8
@gaborcsardi Setting LC_ALL=en_US.UTF-8 in ~/.Renviron does the trick for me - thanks for the tipp!
Also setting the LANGUAGE in /Library/Frameworks/R.framework/Resources/etc/Renviron as 'en' also works for me
LANGUAGE=en
I'll still add an option for this at some point.