You can use localized templates. If you have Page1, then: - you can have Page1_en.html, Page1_el.html, etc
- or, you can include a component PageContent1 in Page1 and then have PageContent1_en.html, PageContent1_el.html files Sam Gendler wrote: >I've got a number of pages which are mostly textual. I am using >Tapestry to render them so that I can apply a standard Shell component >to all of them for look and feel. However, i18n is fairly awkward, as >I have lots of text in each file, which isn't dynamically generated >except by locale. Is there a shortcut for this kind of functionality, >something that would just include another file in its entirety, but >based on locale? I realize i could write such a thing, but perhaps >there is already something out there? > >--sam > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
