Y
Ympostor
Hello. I'm concerned that some of my customers may use non-English
versions of the .NET framework and thus their exceptions/errors appear
translated, so:
a) Any part of our code that relies on the content of the exception may
fail.
b) Bug reports that include stacktraces may contain words in other
language different than English, making it more difficult for the fixer
to figure out what happens.
So I'm wondering, can the application tell the framework to switch to an
English (en-US, I guess the default) culture and only give messages this
way? Or is this not supported?
I've already googled a bit and I find no information. The closest thing
I found is:
http://www.informit.com/articles/printerfriendly.asp?p=664144&rl=1
Thanks in advance.
versions of the .NET framework and thus their exceptions/errors appear
translated, so:
a) Any part of our code that relies on the content of the exception may
fail.
b) Bug reports that include stacktraces may contain words in other
language different than English, making it more difficult for the fixer
to figure out what happens.
So I'm wondering, can the application tell the framework to switch to an
English (en-US, I guess the default) culture and only give messages this
way? Or is this not supported?
I've already googled a bit and I find no information. The closest thing
I found is:
http://www.informit.com/articles/printerfriendly.asp?p=664144&rl=1
Thanks in advance.