Retrieving browser locale

2001-07-30 Thread Andreas Leitner
Hi, (Not sure if this belongs to struts or tomcat). How do I find out what language the user (resp. html-browser) preferes? Second, I read at various places about users and roles in tomcat and struts, where can i find out more about that mechanism and how to use it? Many thanks in advance, An

Re: Retrieving browser locale

2001-07-30 Thread Peter Alfors
Andreas Leitner wrote: > Hi, > > (Not sure if this belongs to struts or tomcat). How do I find out what > language the user (resp. html-browser) preferes? > request.getLocale() > > Second, I read at various places about users and roles in tomcat and > struts, where can i find out more about th