Forcing English language exceptions in .NET framework

后端 未结 7 1856
-上瘾入骨i
-上瘾入骨i 2020-12-25 10:28

While working with ASP.NET MVC, I have noticed that exception messages issued by the .NET framework installed on my System are in German. I\'d really prefer English messages

相关标签:
7条回答
  • 2020-12-25 11:21

    Uninstall the German language pack:

    Start - Control Panel - Programs and Functions - Microsoft .NET Framework (4 Client Profile) Language Pack DEU - Uninstall (Deinstallieren)

    You may need to repeat the uninstallation for each version of .NET Framework that you find there.

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