Making Local Language Default in CSEntry

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
damodar
Posts: 1
Joined: September 2nd, 2017, 2:02 pm

Making Local Language Default in CSEntry

Post 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?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Making Local Language Default in CSEntry

Post 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.
Post Reply