Business Suite V9 is available Now See what's new
To change language navigate to Profile on the left sidebar and select your language. The selected language will be set for the logged-in admin user.
Currently, the software is translated into Chinese, French, Italian, Portuguese(Br), and Romanian.
Language files are located in app/resources/lang
Editing / Improving Language File
If you want to improve language files, find your language file in app/resources/lang folder & edit this file using any text editor. For example, to edit the french file, edit fr.json file.
Following is a dummy example of adding French.
Step 1. Translate the file.
Step 2. Go to app/models/user.php and
Include your language like this ‘fr’ => ‘French’,
in the public static $available_languages = [
‘en’ => ‘English’,
‘it’ => ‘Italian’,
‘ro’ => ‘Romanian’,
‘fr’ => ‘French’,
];
Don't forget to share the language file with us after translating for the ease of getting future updates. Thanks, enjoy Startupkit in your own language.
We’re here to help. Chat with us.