BEdita in your language
Here you can find a list of translations packages for BEdita. Just click on your language and download the translation package.
If you want to create new translations see How to Create BEdita Translations
To install your language in BEdita you have to uncompress and copy the package that you have downloaded in bedita/bedita-app/locale folder.
To enable your language add (or edit) to bedita.cfg.php file located in bedita/bedita-app/config the configurations system language variable:
$config['langsSystem'] = array(
"eng"=> "english",
"ita"=> "italiano",
"deu"=> "deutsch",
....
);
where language keys are ISO-639-3 codes. You'll be able to use your language in BEdita UI.