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
