| Author |
Browser Locale
|
June
Greenhorn
Joined: Aug 16, 2001
Posts: 24
|
|
Does anyone know how to get the Locale of a web browser? Thanks!
|
JQ
|
 |
Manjunath Subramanian
Ranch Hand
Joined: Jul 18, 2001
Posts: 236
|
|
Try the getLocales() method declared in the ServletRequest interface and defined in the HttpServletRequest class.This method returns a Enumeration of all the attributes. Hope this helps, Manjunath
|
 |
 |
|
|
subject: Browser Locale
|
|
|