Skip to main content
Version: v7.x

Config Language

It is possible to change the system language from one of the available languages. To do this, consult the directory phpvms/resources/lang/ to see the name of the available ones.

Example: We want portuguese from brazil, We check that it is there phpvms/resources/lang/pt-br

Edit the .env file with your desire language name, pt-br in our example, add:

APP_LOCALE=pt-br

Need help?

Stuck on something or want to share what you've built? The community is active on the forum and GitHub.