Tradexpro supports multi-language features. I am explaining the steps and configuration for the admin portal part.
How to add a new language? #
To add a new language you need to add the new language file in .json format. For example, if I want to add the Indonesian language, go to “project_folder/resources/lang”. Now inside this lang folder add the new file named “id.json”
Then go to the “project_folder/app/Helper/helpers.php” file. find function name “langName()” . Now inside the function add your new language key:
then open the terminal of the project path and run this command to sync all language key — like “/var/www/tradexpro-exchange/”
"php artisan translation:sync-missing-translation-keys"
After executing this command, all language keys are automatically added to the new “id.json” file
Now everything is ready for transforming all expressions into the Indonesian language, you need to add here, all the translated expressions one by one:
Now you can check the language from the admin setting and check the translation.
Support #
If you have any questions that are beyond the scope of this help file, please feel free to send your questions to our support email: itechtheme@gmail.com Our support team will reply to you within 24 hours.