Hi everyone
I want to implement internationalization in tiles. I have made 3 definition files-layout-defs_en.xml,layout-defs_fr.xml and layout-defs.xml. By default it is going with the layout-defs_en.xml definition file. I want to know how will it switch the tiles definition files.
I got to know a session attribute Locale, by which it is decided. I tried but not able to get the output.
Please help