How to change language in StartupKit?

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.

Available Language

Currently, the software is translated into Chinese, French, Italian, Portuguese(Br), and Romanian.

Language Files

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.

Add New Language 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. 

Can’t find the answers you’re looking for?

We’re here to help. Chat with us.