2010/7/30 heamaya <[email protected]>: > > Sorry, I don't understand, I'm going to use three tiles definitions at this > point I'm using one, but I will use tiles_en_US.xml, tiles_pt_BR.xml > (Portuguese from Brazil) and tiles_es_AR.xml (Spanish from Argentina). Is > this correct or the default mapping should be called tiles.xml?
The last sentence is correct, the default mapping should be called tiles.xml. As long as your localized files are in the same directory of tiles.xml, they will be picked according to the request locale or to a session attribute. For reference see: http://tiles.apache.org/framework/tiles-core/xref/org/apache/tiles/locale/impl/DefaultLocaleResolver.html Antonio
