On Thu, Jan 06, 2005 at 10:38:49AM +0100, Grégoire Colbert wrote:
$alh = trim( $_SERVER["HTTP_ACCEPT_LANGUAGE"] );
This would be a horrible abuse of HTTP. You should only present the same content in different languages based on the Accept-Language field, never to different content. Having links point to different things based on browser settings would be a nightmare.