openpim / server

Apache License 2.0
58 stars 24 forks source link

How to set a default language in Open pim ? #36

Open akramsarkis opened 3 weeks ago

akramsarkis commented 3 weeks ago

Thanks

openpim commented 3 weeks ago

Hi @akramsarkis,

You are right there is no way now to set default language. Now system is taking first language as default. First means the language with less id in the database in the "languages" table. So to resolve this temporally you should modify this table in database and put necessary language first. We will add the ability to configure this but it will take some time

akramsarkis commented 3 weeks ago

Ok thank you for your answer