Multi Lingual Support For JSP Page
Hi All,
My first page contains links to few foreign languages.
When i click on a link, the clicked page and all the other pages should be displayed in that language.
Currently, Iam implementing this using query string and jstl bundles.But, the problem is i have to write bundle for all the pages in all the languages
Is there any other way, to implement the same without using sessions and query strings?
Thanks In Advance,
Anupama M

