Forcing English language exceptions in .NET framework

后端 未结 7 1857
-上瘾入骨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:11

    Have you tried switching the culture immediately prior to reading the exception text? It may be that the localization occurs when you access the message - as opposed to when the exception object is created.

提交回复
热议问题