- NAnsweredi'v a standard version
- MSAnsweredHello,
Yes, you can translate.
You need to build the Vue app again after translation. There is FAQ in docs about translation.
---
**How can I translate into other language?**
Please duplicate `resources/lang/en.json` then translate it. Once translated, you can edit `resources/js/Core/i18n.js` to import the language file. Lastly run `npm i && npm run prod` to build the application.
Thank you - Login to Reply