how to add multilingual feature for site information in drupal using i18n

Posted by viMaL on Stack Overflow See other posts from Stack Overflow or by viMaL
Published on 2010-06-16T05:28:26Z Indexed on 2010/06/16 5:32 UTC
Read the original article Hit count: 279

Filed under:
|
|
|
|

i want to add multilingual feature for slogan and mission in the drupal site information.

I tried adding:

$conf['i18n_variables'] = array (
   'site_name',
   'site_slogan',
   'site_mission',
   'site_footer',
   'anonymous'
);

to settings.php, but that is not working. I am using drupal 6.17

© Stack Overflow or respective owner

Related posts about php

Related posts about drupal