Multiple Languages selection in the value set

Discussions about CSEntry
Post Reply
prabhustat
Posts: 77
Joined: March 17th, 2012, 10:46 am

Multiple Languages selection in the value set

Post by prabhustat »

Hi,

Anyone share the example application for CAPI data entry programme Multiple Languages in the value set (Hindi, english etc).

Thanks in advance,

PP
Mariovaisman
Posts: 153
Joined: February 11th, 2013, 8:26 am

Re: Multiple Languages selection in the value set

Post by Mariovaisman »

For each valueset you defined in the dictionary, generate a second valueset, by default the first has the same name that the variable plus _vs1, the second finalize with _vs2. After you create the second valueset for all variables, see the function setvaluesets(), this function select whuch group of valuset are actived, for example all finalizein _vs2,
Mariovaisman
Posts: 153
Joined: February 11th, 2013, 8:26 am

Re: Multiple Languages selection in the value set

Post by Mariovaisman »

See also capi_lang with is a reserved word to select the language in the capi area.
Post Reply