Forums

Join
bbPress Support ForumsTroubleshootingInternationalization after installation

Info

Internationalization after installation

  1. Is it possible to change the language after installation of bbPress? If yes, can you please tell me how to do it? I already uploaded the .mo & .po files in a new folder called "my-languages".

    Thank you very much for your help.

  2. open your bb-config.php and edit the line

    define( 'BB_LANG', '' );

    with

    define( 'BB_LANG', 'it_IT' );

    in my case i've the lang file it_IT.mo and it_IT.po in the my-languages folder, so change it_IT with your own...

  3. Dear Arturo, thank you very much for the help. I really appreciate it.

    I was studying how WordPress internationalization works, and figured the same procedure out myself 5 seconds ago !!

    Anyway, thank you 100 times !!

  4. You must log in to post.