Quote:
Originally Posted by yahoooh
still :
there are needing to change of the:
<html dir="rtl" lang="ar" xmlns="http://www.w3.org/1999/xhtml">
so it will be lang=en for english and so on
that was work in the other work
|
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