Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
Fabio Anesio
Mar 1st, 2018
Mar 1st, 2018 11:55 PM
How do I change the language of the website?
Mar 2nd, 2018 04:01 AM
Hi.
Go to the folder "Application" then "Config" then open the file "app.php" and in the line 80 you will see 'locale' => 'en',
'locale' => 'en',
Just change "en" for the language you want.
The supported languages are:
al ar de en es fr it pt pt_br ro ru tr uk zh_CN
Mar 2nd, 2018 10:28 AM
thank you