cancel
Showing results for 
Search instead for 
Did you mean: 

How to block translation? How to remove unnecessary translations?

Former Member
0 Kudos

Hello

In SAPscript as well as in SMARTFORMS it is possible to limit the languages to which a form can be translated. It is also possible to block translation completely.

How do I do that in Adobeforms?

How do I get rid of translations already made but that should no longer be used?

Please help.

Best regards,

Jeanette

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jeanette,

In the driver program before calling to the form set the  sfpdocparams-langu = 'EN'.

After that call the form by passing this parameter.

So every time the program calles the form it will be printed for EN language irrespective of the current language.

Regards,

Krishna.

Answers (1)

Answers (1)

rakesh_m2
Contributor
0 Kudos

Hi Jeanette,

you can go to SFP-->Goto->Translation and place only required translations and can remove other things, which are not needed. 

Maintain translations to only languages, that are requied.  For others, it wont work.

--

Rakesh

Former Member
0 Kudos

Thank you for answering.

But how/where do I set up required languages?

When I got to "translation" I can choose between 2 other languages and that's it. Cannot remove or define anything.

This is what I get.....

Br

Jeanette

rakesh_m2
Contributor
0 Kudos

You could setup target language and then again go to translation and setup another target language.  Both the translations will be there.  It is like translating everytime from one language to another. 

Former Member
0 Kudos

So far languages have been added.

What I actually want is to REMOVE translations....

/J

rakesh_m2
Contributor
0 Kudos

You could go to translation, where you want to remove and then delete the translations which you have placed.  In target language, editor remove all the translations you have placed.   or else,  in docparams, in driver program, you could pass 'EN' (or which ever language you need), in LANGU parameter, this will stop from triggering the translations.

--

Rakesh