cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Interactive Forms Language Change in Dictionary

vishalc_kava
Explorer
0 Kudos

Hi,

I am embedding Adobe Interactive Forms in Webdynpro ABAP application, I have a Language selection field in my WD Application, is there any way by which we can change the language of Adobe Forms which I selected in my WD Application ?

Thanks

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

check out this link :

https://ecohub.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c092cce6-192c-2c10-3f9b-e4488...

Hope this will surely help you!!!

Thanks & Regards,

Punit Raval.

vishalc_kava
Explorer
0 Kudos

Hi Punit,

Thanks for your reply, but I am using Webdynpro ABAP, for which as I understand from the document I need to create many template sources depending on the language selected and dynamically bind the same.

Regards

Vishal

Former Member
0 Kudos

hi,

usually for language dependent thing we use text module as these are translatable

so you can create a adobe form which will be having a text module in english the same in french and other languages....

so after finalising this you create view depending on the languages... like view_en, view_fr....etc.

now what you have to do is that when you will bind the elements into your view from your adobe form what you do is that you remove the french elements for the englidh forms.... and take the data only for the english forms... same while displaying the french form...

in this you dont have to create several interfaces for different language for the same form.

also check out the foll link :

https://wiki.sdn.sap.com/wiki/display/ABAP/LanguageConversionusingTextModuleinADOBE+FORMS

hope this will help you!!!

Thanks & Regards,

Punit Raval.

Former Member
0 Kudos

<Removed>

Edited by: punit raval on Jul 6, 2009 12:26 PM

vishalc_kava
Explorer
0 Kudos

Hi,

The idea behind using Adobe Interactive Form is to do spell check, in interactive form as and when user types the words get underlined if the word is wrong and user can do the spell checking, and this txts i am storing it in long texts.

I have a Language selection field in my WD Application, this language needs to be passed to Adobe Forms. So is there any way by which we can change the language of dictionary used in Adobe Forms spellcheck which I selected in my WD Application ?

So depending on the language selected, how to set the dictionary for that language in Adobe Live Cycle Designer using scripting or any other way, when doing spellcheck it should set the the dictionary in the form for the language which was selected in WD Application.

Punit - You suggested solution when I need to translate the texts, which is not my requirement.

Regards

Vishal

Answers (0)