Skip to content

How to Add Language file

Common Issues


To add new language for your site please follow the following steps-

  1. Firstly, You need to add a language from admin panel.

  2. Click on Add Language Button then the next form will come for adding language.

  3. Remember the Short name of the language.

  4. Navigate to the your project folder > resources > lang and make a copy of an existing file (such as en.json).

  5. Rename the copied file with the short name of your language.

  6. Edit the your_language_name.json file with your desired language.

  7. In the JSON file, the left side contains English language phrases, and the right side will be filled with your translated language.

  8. Save your your_language_name.json file. Repeat this process for all desired languages.