System Language

Add New Language

In Business24 CRM you can easily change the language. You only need to translate all the strings based on your needs.

  1. Navigate to application/language and copy the default english folder.
  2. 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

If you are using language that don’t exist in Business24 CRM make sure after each update to copy all the new text after # Version X.X.X from the original English file located in application/language/english/english_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.

Special Charachters

If you want to use the ‘ character in your translation text you have to replace it with \’