Brijesh wrote:
Hello,
I want to make a website to show in multiple language according to
user choice with using i18n.
There are some modules and XSL files to create some forms.
The content of the forms for example label should be change according
to the language.
If you have any idea please suggest me.
You can use <i18n:text key="lastname"/> within the XSLT
and within the i18n catalogue you have something like
<message key="lastname">
<text language="de">Nachname</text>
<text languaeg="en">Lastname</text>
</message>
HTH
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org
For additional commands, e-mail: user-h...@lenya.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org
For additional commands, e-mail: user-h...@lenya.apache.org