Info
- 3 posts
- 2 voices
- Started 2 years ago by Fantastic Leman
- Latest reply from Fantastic Leman
- This topic is resolved
Internationalization after installation
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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...
-
- Posted 2 years ago #
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 !!
-
You must log in to post.