Hi, all!
the problem is like this:
I have to validate an XML message, using
javax.xml.validation.Schema;
javax.xml.validation.SchemaFactory;
javax.xml.validation.Validator;
But after validation, I get the error message in the Locale default language. I don't want to change the JVM language. Is there any way to change the language just for the validation process, without re-setting the defaultLocale?
Thanks for the replies!