I would like to convert English content of XML data into Hindi, on an html or doc using xsl in java.
Can this possibly be achieved ?
I have tried using locale but didn't not get any output.
I would like to convert English content of XML data into Hindi, on an html or doc using xsl in java.
Can this possibly be achieved ?
I have tried using locale but didn't not get any output.
Well, if your XSLT calls other Java methods to translate between English and Hindi then it is technically possible.
In case you expect and automatic translation, then the answer is: No.
A Locale just influences formatting of local specific things like dates, monetary values, numbers and the like.