Default language

How to set script to default language w/o autodetect by browser?

  • 1396
  • More
Replies (2)
    • 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.

        Login or Join to comment.