.net - Visual Studio : Compiler Warnings and errors appear twice in different languages

标签 .net visual-studio compiler-errors compiler-warnings

我有一个奇怪的情况,在我的一些 Visual Studio 项目中多次出现警告和错误:在我的例子中,一次是英语,一次是德语。

An example

有谁知道是什么触发了这个以及如何关闭它?

最佳答案

根据 this thread ,

Compiler messages come from the .NET Framework, so they are controlled by your OS language settings and whether or not you have any .NET Framework language packs installed. To make the compiler messages change to other language, one simple way that you could try is to uninstall the .NET Framework language pack from your system.

关于.net - Visual Studio : Compiler Warnings and errors appear twice in different languages,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16545210/

相关文章:

asp.net - IIS 中默认阻止哪些文件扩展名

.net - 如何在 .net 中以 4-2-2 格式保存高质量的 jpeg?

android - 我需要 Hyper-V 才能从 Visual Studio 2015 中调试我的 Android 应用程序吗?

android - 在 android 应用程序中使用 .net 服务?

c# - HttpClient 和使用代理 - 不断得到 407

c# - 开发 Visual Studio 加载项时,除了手动测试之外,还有哪些测试选项?

c - 仅打印 scanf 中的第一个字母

使用 makefile 编译 C 项目

c++ - 出现 “void* is not a pointer-to-object type”错误,但使用XCode时代码可以完美执行

reactjs - 无法在 react 中编译