cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form: Dynamic language selection fromt the initialization code section

dstjacques
Participant

Hello Gurus

I need to know how I can change the form language from the interface section.

By default, the print program is driving the language through the parameter /1bcdwb/docparams-langu.

We want to use a standard form with little adjustment. That Zform has been translated to several languages. We need now to trigger the appropriate language based on a single condition. We would like to avoid to change the standard program. So we need to change the language from the interface level in the initialization code section.

We tried :

1. To change the value of the /1bcdwb/docparams-langu parameter to assign the appropriate language,

2. Use the "SET LANGUAGE" statement

Nothing worked. The form doesn't print in the language set at the interface initialization code section.

All suggestion allowing to change the form language without changing the print program will be highly appreciated.

Regards

Daniel

Accepted Solutions (0)

Answers (3)

Answers (3)

dstjacques
Participant

Over 2 years now from my first post.

Still no answer.

I am posting at the right place?

thirus11
Participant
0 Kudos

Dear Daniel,

I am still looking for answers. Could you please help me here on how you resolved it?

Thank you!!

dstjacques
Participant

Hello Gurus

I posted that question on July and we are now end of September.

So far, nobody had answered that question.

Am i the only one with that issue?

Regards

dstjacques
Participant
0 Kudos

Hello Thirmoorthy

Performing debugging, we noticed the language setting is done prior the form interface is launched. Therefore we had to copied the standard program in a custom one to set the language prior to call the form.

Regards