Forcing English language exceptions in .NET framework

后端 未结 7 1863
-上瘾入骨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.

提交回复
热议问题