Posts: 3,176
Name: Thierry
Location: I'm the uber Spaminator !
|
you can check the value of
PHP Code:
$_SERVER['HTTP_ACCEPT_LANGUAGE']
to find which languages are configured on the client browser, and in which preference.
For example, my firefox is setup as:
Code:
Accept-Language=en-gb,en;q=0.5
</span>
__________________
Only a biker knows why a dog sticks his head out the window.
|