Question By
Unsolved

How to change the language? (Ninja )

fabio-anesio

Mar 1st, 2018 11:55 PM

How do I change the language of the website?

iambuxer

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',

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
fabio-anesio

Mar 2nd, 2018 10:28 AM

thank you