Russia
|
Added "enable_multilingual" setting in config_global.php.
Now the language switcher can be disabled.
And the engine will looks like single-lingual.
For disable the language switcher in your X2ML
just set your default language in your config_global.php:
$_config['output']['language'] = 'en'; // Set your default language here (ar,de,en,fr,ru,th,tr,vn.zh,tc,...)
and add the next row into your config_global.php:
$_config['enable_multilingual'] = false; // Enable/Disable multi-lingual feature
For ENABLE MULTILINGUAL set this to true:
$_config['enable_multilingual'] = true; // Enable/Disable multi-lingual feature
http://code.google.com/p/discuzx-en/source/detail?r=317
|
|