When xml schema validation fails .Net throws some exception. Based on parsing this exception I know how to do some stuff. The problem is that this exception is localized, e.g. on a Japanese machine it is in Japanese.
I do not want to build my application so it will parse every error in any language.
I am an add-in to some other system so I do not want to change locale (unless something is totally clean).
Any ideas?