JetBrains Rider: MSBuild output switch to English output

Veröffentlicht von

MSBuild output in Rider in the system language in Windows. How to fix that.

My Windows system is German. This works fine in Visual Studio, but in Jetbrains Rider some build output was in German. This is usually very annoying, because it is better to search error messages in German.

How to fix that?

The problem can be fixed in the settings. Goto “Settings – Build, Execution, Deployment – Toolset and Build”. Edit the “MSBuild global properties”. Add a new property called “PreferredUILang” with value “en-US”.

Restart Rider. The messages should be in English now.

Kommentar hinterlassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert