request.getLocale() always returns "en_US" ..?!

2002-03-14 Thread chris brown
Hello, I'm trying to use the method "getLocale()" on HttpServletRequest objects... however, it always seems to return "en_US"! This is despite my browser sending "fr,en-gb;q=0.5" as the "accept-language" header! (I've checked this last point by calling request.getHeader("Accept-Language"), incl

Re: request.getLocale() always returns "en_US" ..?!

2002-03-14 Thread Christopher K . St . John
chris brown wrote: > > I'm trying to use the method "getLocale()" on HttpServletRequest objects... > however, it always seems to return "en_US"! This is despite my browser > sending "fr,en-gb;q=0.5" as the "accept-language" header! (I've checked this > last point by calling request.getHeader("Ac