Different lang

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
woher
Posts: 1
Joined: October 2nd, 2017, 6:17 am

Different lang

Post by woher »

Hello,

I want to make multiple languages in value sets, value set label are too long and value label more then 20, so it covered whole screen ,I used the below example but it come from item label . Can it possible to delete value set label .


if language = 1 then setvaluesets("_VS1"); // English
elseif language = 2 then setvaluesets("_VS2"); // French
else then setvaluesets("_VS3"); // Samoan
endif;

Sex SEX_VS1
male 1
female 2
sssex SEX_VS2
male 1
female 2
Sex3 SEX_VS3
male 1
female 2
Saint
Posts: 63
Joined: November 22nd, 2013, 4:59 am

Re: Different lang

Post by Saint »

Hi,
Not sure I understand your question very well. If you seek to turn off the text of the value labels, the SET ATTRIBUTES statement can be used for that so you can check the documentation on the SET ATTRIBUTES.
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Different lang

Post by Gregory Martin »

If you are using a newer version of CSPro, you can define multiple languages in a dictionary instead of using setlanguage with the value set naming workaround. See here:

http://www.csprousers.org/help/CSPro/mu ... aries.html
Post Reply