Add New Language
In Business24 CRM you can easily change the language. You only need to translate all the strings based on your needs.
- Navigate to application/language and copy the default english folder.
- Rename to folder in the language you want to translate. eq. french
You must to rename the files inside based on the main folder name eq. we renamed our new folder to french and this folders should be renamed like this: french_lang.php
Translate all the strings via your favourite code editor and navigate to Setup -> Settings -> Localization you will see that your language is available in the dropdown select it and save changes.
If the language you are trying to translate already exists in Business24 CRM files that comes with the package its recomended to rename the folder/files eq. my_french and my_french_lang.php
Encoding
Language files in Business24 CRM use the UTF-8 encoding without a Byte Order Marker, when creating language override files it is important to maintain the same encoding.
Github
All the language files are available on Github, if you wan’t to contribute translation you can create pull request and we will review the language and approve the pull request. Click here to check the github repository.