Hot to change error messages to English (Intellij)?

Answered

After running a first program in Intellij Idea Ultimate i got an error message in French, but i want them in English, how can i fix that? 
Note that My OSX system language is set to French.
 

0
9 comments

Hello,

Please try to add "-Duser.language=en" to "Help | Edit custom VM options".

0
Avatar
Permanently deleted user

Hi I added this setting as you suggested but my error msgs remain German. My system language is set to English, I am just located in Germany. I don't think showing error messages based on location language makes sense?

0

What specific errors are in German? Please share a screenshot.

0

Hi! I'm using PyCharm with R Language plugin installed. For some reason my error messages are in Russian. I have added "-Duser.language=en" in my custom vm options, but it didn't help. 

0

Anna T Where do you see this error? Is it in the terminal? Does it help to set ENG locale via export command? What is the OS and terminal in use? 

0

Konstantin Annikov I'm using MacOS (Big Sur) and the attached is a screenshot of pycharm terminal. I also noticed that it prints errors in English for python projects and changes it to Russian for R projects. Could you please explain what export command is?

 

0

Is it Python terminal, or system terminal opened in PyCharm? Can you show the screenshot of the whole IDE window with the error displayed? 

For the system terminal you can use 

export LC_ALL=en_US.UTF-8
0

Konstantin Annikov I checked  and it looks like locale is set to English, so the problem should be somewhere else.  Here is the screenshot:

0

Anna T

Oh, I see, thank you for the screenshot. 

It is not the terminal, bu Run console with the interface generated by R plugin. 

Here is the bug for that: https://youtrack.jetbrains.com/issue/R-864 

It should have been fixed in 2020.2.2. If it is not, please comment inside 

0

Please sign in to leave a comment.