I put website or webpages in to Google translate, then got error message as
undefined index http accept language
————config.php
$config[‘language’] = ‘english’;
————head
meta name=“language” content=“english”
————Test
if ($_SERVER[‘HTTP_ACCEPT_LANGUAGE’]; ) echo $_SERVER[‘HTTP_ACCEPT_LANGUAGE’];
else echo “empty”;
// output: empty
I could not find any solution about it.
Thanks for your help you can.