for simplicty you can use something like this on your page <fmt:setLocale value="${lang_id}" /> <fmt:bundle basename="translation">
<fmt:message key="site.nme" /> <input type="text" name="nme" value="${param.nme}" /> you have to have your own translation_language.properties file on your appclasses dir On Thu, 16 Sep 2004 18:59:28 +0200, Koni Roth <[EMAIL PROTECTED]> wrote: > Hi > One requirement of my appllication is to have the possibility to change > the language on every screen. The content of filled fields must stay in > the fields. > > Has anyone a easy solution for this? > Where can I find some examples (code snippet, tutorial) to solve this > problem? > > Thanks a lot. > Koni > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]