A customer of ours has a site that they want to move into Canada.  This
means every page will need to be translated into Canadan French and abide
by Canadian law.  Currently, the site is en_US.  THe site was built using
Struts and Tiles, but the tiles are not defined in Tiles XML, instead
there are a few template JSP using <tiles:insert /> in the template to
name zones and the pages which use each template use <tiles:insert /> to
load the template and <tiles:put /> to give a value for each named zone. 
I am seeking pointers on how best to change this to allow for language.

Do I need to put each page as a defintion in the tiles XML?  If the
inserts are made not to be direct put instead include file fragments, how
do I then choose a language?  This site currently has about 40 browsable
pages.

Thanks in advance.

Bryon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to