Forums
-
- Forum
- Posts
-
- Installation
- 28,424
- Troubleshooting
- 62,426
- Themes
- 10,420
- Plugins
- 15,331
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
Installing localization file can be done like that:
1. Create a new directory named ‘languages’ in your ‘bb-includes’ folder.
2. Place .mo file into ‘languages’ directory.
3. Setup your config.php file
(e.g if your .mo file’s name is es_AR.mo change define(‘BBLANG’, ”);
value like this: define(‘BBLANG’, ‘es_AR’);