I have a function that can be used to redirect the user to different web pages based on the settings of $ _SERVER ['HTTP_ACCEPT_LANGUAGE'].
However, I cannot find a method with Firefox to verify this code.
Firefox 3.6.8
Tools/Options/Advanced/Fonts
Fonts for
Default Character Encoding
However, the return results from $ _SERVER ['HTTP_ACCEPT_LANGUAGE'] always look like this:
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
Does anyone know what I should do?
thank
source
share