Subject: lang attribute in xml
Hello again,
Is there a way to force the lang attribute to a certain language when sending/receiving xml blocks?
For example in the xml code line above I have lang="en". Can I force it to always be lang="en"?
Sometimes the language is not english. I don't know how or when this happens but I was wandering if I can force language to always be english.
Thank you in advance.
Is there a way to force the lang attribute to a certain language when sending/receiving xml blocks?
- <stream:stream xmlns:stream=... id=... from=... version="1.0" xml:lang="en" >
For example in the xml code line above I have lang="en". Can I force it to always be lang="en"?
Sometimes the language is not english. I don't know how or when this happens but I was wandering if I can force language to always be english.
Thank you in advance.