Michelle Konzack wrote:
Hello,

I was reading the book "Programming PHP" (O'Reilly) and
searching the PHP docs but have not found the answer,
how to get the Web-Clients prefered Languages.

I was thinking it is in the $_SERVER Variable but nothing.

Thanks
Michelle


You were not looking well, or your browser did not send it.

$_SERVER['HTTP_ACCEPT_LANGUAGE']

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to