How to change MSBuild error message language?

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

    I suspect that message is coming from the compiler to your project, not the msbuild itself. But I don't know how to change it.

提交回复
热议问题