this header ("Accept-Language") may not be included. It depends on
you browser settings (see preferences).

>
>
> Enumeration e = request.getHeaderNames()
>
> while (e.hasMoreElements())
> {
>         String KeyValue = (String) e.nextElement();
>       if (KeyValue.equals("Accept-Language")
>         // e.getHeader(KeyValue) is the locale, ie, en-us
> }
>

ColdJava: java server side programming
http://coldjava.hypermart.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to