I have to build a multi-language web site in JSP/Servlet.
I'm considering JSTL for the i18n, and I've some general questions:
1) is it possible to handle with jstl both the language selection by hand (e.g. through a pull-down menu or a link) and the automatic language recognition?
2) what is the better approach if the most part of strings are dynamic (retrieved from a database)?