When I load XML data using MSXML DOM parser and there are errors IXMLDOMDocument.parseError
contains an error code and error message. The error message is localized (i.e. German on a German Windows installation).
Is it possible to get a non-localized English message regardless of the OS installation language? Maybe by converting the error code into string manually using some COM API function or by setting some application-wide language mode to English/US?