Prevent exception messages from being translated into the user's language?

后端 未结 5 1727
遇见更好的自我
遇见更好的自我 2020-12-14 00:41

How do I make my application always use English when displaying win32/.net exceptions messages?

I got this message, it looks like someone used babelfish to translate

5条回答
  •  不知归路
    2020-12-14 01:19

    Forcing exceptions to display in a different language seems a bit harsh on the user... can you display an error code along with the message? Then the user will get something they can understand, and you can look up the error code for the translated version.

    I'm not a .net guy so I don't know if this is possible, just an idea.

提交回复
热议问题