Forums

Join
bbPress Support ForumsTroubleshootingbbPress Language can't be changed

Info

bbPress Language can't be changed

  1. Hey,
    I installed bbPress on my Webserver, I had no Problems. It's really running great, BUT I cant's switch the language of my board to German. When I try to do this my board doesn't work anymore.
    The descriptions about the language are quite different, some say I should move the de.mo data into the folder "languages", some say into the folder "my-languages".
    What should I do now? My useres are all from Germany, so it's not good for me, that the board is in English.

  2. Open bb-config.php and add to language section de

  3. So

    change:

    define('BBLANG', '');

    to de:

    define('BBLANG', 'de');

    If you language file is de.mo

  4. Thanks for your answer, of course I did this! But it doesn't work.

  5. Please add folder my-languages where is my-plugins etc. and put de.mo in my-languages if you use newest bbP. Then configurate bb-config.php.

  6. So I don't have the folder my-plugins, I only see bb-plugins

  7. You need create this folder manually.

  8. Hey thanks for your help, now it's working.
    I only needed to create the folder my-languages and add the de.mo file.
    Very nice!

    Happy new Year to you!

  9. Glad to hear that everything works. Happy new year for You too.

  10. You must log in to post.