Forums

Join
bbPress Support ForumsTroubleshootingDeep integration and localization

Info

Deep integration and localization

  1. Hi All

    I have a bbpress install that is deep integrated with a wordpress MU 2.8.4. Everything is working perfectly, except that when i try to change the default language. When i remove the deep interagtion hook and use the default theme it works.

    I can see in trac (ticket/1096)that this is supposed fixed (maybe) but could it be because i'm using wordpress mu instead of the regular ? ... any ideas/workarounds ?

    /thomas

  2. Hi,
    I experienced that if the deep integration is applied WP controls the language setting so you need to define the preferred language in wp-config.php.
    Regards

  3. Hi

    Yes, i tried to add

    define ('WPLANG', 'da');

    to my wp-config.php file .. i also tried to put my .mo file in wp-content/languages but no luck so far.

  4. Found a solution:

    Since this is WPMU install the WPLANG definition is not taken from the conf file but from a setting in the wpmu blog ..

    /thomas

  5. You must log in to post.