Thx for help,
Im from Brazil, so I have english OS XP, I configured XP and ie6 to pt-br, in $HTTP_ACCEPT_LANGUAGE returns pt-br, but, in javascript it returns en-us.
Have another way to do what i want?
In Brazil forum, some people reply this:
<script language="java-scriptquot; type="text/java-scriptquot;>
<!--
l = window.location.href;
window.location.href = l + '?lang=' + navigator.browserLanguage;
//-->
</script>
<?
else:
print $HTTP_GET_VARS['lang'];
?>
<?endif;?>
It didn't work out too or have some erros in the code above.
Thx
Eric