How to change MSBuild error message language?

前端 未结 8 1029
渐次进展
渐次进展 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 08:03

    You need to remove the localization sub dirs (e.g. for italian: "1040", "it", "it_IT") from the following directories:

    c:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\

    c:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\amd64\

提交回复
热议问题