Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to print a smart form in two diff languages runtime

Former Member
0 Kudos

Hi friends,

we have a requirement to print a smart form in two langauges one in english

and other in Spanish those selection has to given by check box condition.

pls send some stuff .

Thanks & Regards

Jagadeeshwar.B

1 REPLY 1

Former Member
0 Kudos

hi! Jagadesh

1. Create two different Smartforms

2. In Form Atributes Option -->General Attributes -->Language Tab -- there is a Optiona to select a Particular Language.( To select Language) there <b>select the EN</b> for 1st optin and <b>ES for Spanish</b>, Normally it will be in To all Language.

3. Create a report with Radiobutton (bz Check Box have an attributes to check both the Options)

when option1 = 'EN'.

call form1 with EN language

when option2 = 'ES'.

call forms 2 with ES Language.

Reward me if its useful.

Regards,

Nagulan