Message for xml validating in italian

P

PipcoMan

Hello java/xml guru,
i would like to know if is it possible to get an nonenglish version of
the message returned from a SAXParseException.....

for example:

cvc-attribute.3: The value 'yes' of attribute 'acronym' on element
'word' is not valid with respect to its type.

would become:

cvc-attribute.3: Il valore 'yes' dell'attributo 'acronym' per
l'elemento 'word' è non valido rispetto al tipo.

thank you

s
 
J

Johannes Koch

PipcoMan said:
i would like to know if is it possible to get an nonenglish version of
the message returned from a SAXParseException.....

for example:

cvc-attribute.3: The value 'yes' of attribute 'acronym' on element
'word' is not valid with respect to its type.

would become:

cvc-attribute.3: Il valore 'yes' dell'attributo 'acronym' per
l'elemento 'word' è non valido rispetto al tipo.

Create 'XMLMessages_it.properties' in a org/apache/xerces/impl/msg
directory, containing the translations of the messages in
XMLMessages.properties and put it into your classpath.
 
P

PipcoMan

Johannes Koch said:
Create 'XMLMessages_it.properties' in a org/apache/xerces/impl/msg
directory, containing the translations of the messages in
XMLMessages.properties and put it into your classpath.

Thank you very mutch !!!
I translate also XMLSchemaMessages.properties .......

Grazie Thanks obrigado :)

pipcoman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top