Quote:
Originally Posted by yahoooh
fixed just add this code in :
PHP Code:
$output = str_replace('lang="ar"', 'lang="'.$_GET['language'].'"', $output);
after
PHP Code:
$language = $_GET['language'];
if (vbet_isLangSupported($language) && ($language != $vbulletin->options['vbenterprisetranslator_forumlanguage'])) {
and change "ar" to your default language u use n your site
|
In next release this will be done by default without any manual modification.