How to change MSBuild error message language?

前端 未结 8 1028
渐次进展
渐次进展 2020-12-31 07:33

I\'m on a Japanese system and when I run MsBuild.exe to build a Visual Studio project, I get a mix of Japanese and English in the output:

C:\\path\\to\\solut         


        
8条回答
  •  春和景丽
    2020-12-31 07:44

    I was facing similar problem on machine WIN 8.1. It was installed in Czech and later English language pack was added. Result was that MsBuild started from console was in Czech language. I found in Region setting option Change system locale.. was in Czech. After switching to English output was in English.

    Region language settings

    Update for Windows 10

提交回复
热议问题