Internationalization
To change the language of the application, a new folder must be created inside /lang
folder, with the code for the new language.
Now all the files inside the /en
folder must be translated.
Once the translation is finished, you can activate the new language by editing the .env
file, and adding the code for the new language in the APP_LOCALE
variable.
INFO
You can see more details on the Laravel documentation page.