Re: To show website in multiple language
Michael Wechner <[email protected]>
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] > For additional commands, e-mail: [email protected] >