I want to use the Tiles I18N feature with my web application. I want the user to be able to change languages dynamically, at any point during the execution of the program. Does Tiles support this sort of dynamic change (hot swap) of the current language (Locale)?
When the current language is swapped out, I would expect that any rendering of any screens thereafter be in the new language. Nowhere in the documentation is this mentioned at all. Colbert Philippe
