Default language not loading

Default language not loading

by Javier Tejera -
Number of replies: 2
Hello there,

I have set up default_lang to es-mx in config.json but English is still the default language.

Any idea what might be blocking the new defaut language?

Thanks
Average of ratings: -
In reply to Javier Tejera

Re: Default language not loading

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Peer reviewers Picture of Plugin developers
Hi Javier,

please try to set "forcedefaultlanguage" to true in config.json too, hopefully that will fix the problem.

Please notice that if the app was already installed it will continue to use the language that was already using (this only affects new installations). Also, if a certain text isn't translated to es-mx or es it will be displayed in English.

Cheers,
Dani
In reply to Dani Palou

Re: Default language not loading

by Javier Tejera -
Hi Dani,
Now it works perfectly fine. Thanks so much!
Javier