Default language
How to set script to default language w/o autodetect by browser?
-
-
·
LeonidS
- ·
Hello starbx !
It will require to disable this code in your inc/classes/BxDolLangauges.php file:
if(!$sLang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']))
$sLang = $this->tryToGetLang($_SERVER['HTTP_ACCEPT_LANGUAGE']);
But it's better don't edit the core files to keep the automatic upgrade's possibility.
-
·
LeonidS
-