Aladin Alaily wrote:
Hello,

In internationalizing a struts-tiles application, in your opinion, is it
better to internationalize the properties file or the tiles configuration
file? and why?

You'll need to do both, as each serves a different purpose. Depending on your precise needs you may not need much localization of tiles configuration -- you'd do that if you wanted to vary the actual layout according to locale, or include specific 'chunks' of markup only for certain locales, for example.

For just displaying different translations of natural text (labels, messages, etc.) you would usually use just one view (JSP) with separate properties files (resource bundles) for each supported locale.

L.


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

Reply via email to