Re: Are there any localization files?
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’);