Page 1 of 1

Making Local Language Default in CSEntry

Posted: September 3rd, 2017, 4:17 am
by damodar
I have my csentry application in two different language (Local and English). But I have to switch to local language for every new cases being entered. How can i make local language as default and english as optional for convenience of enumerator?

Re: Making Local Language Default in CSEntry

Posted: September 3rd, 2017, 9:54 pm
by josh
You should be able to change the order of the languages in the edit language dialog (where you define the languages). The first one in that list will be the default one.

Alternatively you can use setlanguage() in your application logic to automatically set the language to whatever you want.