hi Rodney, thanks for answer!
the problem in the browser, the next script(it showing browser info.) me there next:
<?
print $_SERVER["HTTP_ACCEPT_LANGUAGE"];
?>
Opera:es;q=1.0,en;q=0.9
IE:en-us,es-us;q=0.5
in the script i need to enter(for IE):
case 'en-us':
include("en.txt");
or
case 'es-us':
include("en.txt");
its possible to use only 'en' or 'es' except 'en-us', 'es-us', etc?