[PHP] Detecting browser language

2001-08-08 Thread Jeroen Geusebroek

Hi there,

Lately you see a lot of sites that detect the language of the client
browser.
For example if i visit google it's in dutch. I know they detect this using
the browser, but i'm not sure on how it's done.

Can someone shed some light on this?

Thanks,

Jeroen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Detecting browser language

2001-08-08 Thread Don Read


On 08-Aug-2001 Jeroen Geusebroek wrote:
 Hi there,
 
 Lately you see a lot of sites that detect the language of the client
 browser.
 For example if i visit google it's in dutch. I know they detect this using
 the browser, but i'm not sure on how it's done.
 
 Can someone shed some light on this?
 

$HTTP_ACCEPT_LANGUAGE, $HTTP_ACCEPT_CHARSET

Regards,
-- 
Don Read   [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]