How to change MSBuild error message language?

前端 未结 8 1025
渐次进展
渐次进展 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:02

    environment variable for eng: set VSLANG=1033

    0 讨论(0)
  • 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\

    0 讨论(0)
提交回复
热议问题