September 2005
fredbird.org | Getting browser language settings with PHP
So, you run a multilingual web site with PHP and you want to serve the reader's choice language if available. No problem, HTTP carries user's language settings within Accept Language instruction, you just have to parse it. Here is a sample function
January 2005
1
(2 marks)