The default JSP pages also automatically read the language from any HTTP headers, and have a way of choosing a language.
Cheers, Scott 2009/7/20 Michael Ströder <[email protected]> > Jean-Noel Colin wrote: > > > > I need to prsent the forms in different languages, depending on the > > user. I guess I could detect the user language either from his browser > > settings or from a value passed by the Client; but how can I customize > > the forms accordingly? > > Have a look at the files ./webapp/WEB-INF/classes/messages_*.properties > which contain the localized messages and are referenced by name in the > .jsp files. > > Ciao, Michael. > > -- > Michael Ströder > E-Mail: [email protected] > http://www.stroeder.com > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
