Apache Tiles 3 supports localization of definitions. Does it work under Spring MVC?
We know that spring framework supports i18n through localization of messages and spring mvc keeps track of localization.
Apache tiles 3 supports localization of definition files (tiles definition files in xml format).
See http://tiles.apache.org/framework/tu...nced/l10n.html
Since spring mvc can work with apache tiles, the natural questions is: When apache tiles works under spring framework mvc, does apache tiles still support localization of tiles definition files (xml files)? If the answer is yes, is tiles tied to the same localization as spring mvc?