cancel
Showing results for 
Search instead for 
Did you mean: 

Language translations for the same text at different places in the form layout

former_member188251
Active Participant
0 Kudos

Hi All,

In my form I have a text which repeats at multiple places in different subforms. I want to translate only some of these to French, Dutch etc . and no yranslations are needed for the rest. But SE63 doesen't give an option of choosing which texts I want to translate and which I dont want. How do I handle this? Thanks in advance.

Best Regards,

Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

varun_vadnala3
Active Participant
0 Kudos

Hello Shankar,

You can create a Texmodule in Original language "EN" let us say "ABC".Now this texmodule can be translated to different languages as per your requirement i.e. for French,dutch etc.

Here the Source language will be EN and Traget language will be the language in which you want the text to be created.

Now this Textmodule can be binded for different "Texts" Nodes created in the Context tab of SFP txn.

i.e.

for english :

Node1.

Text: 'ABC'.

Language: 'EN'.

Node2:

Text:'ABC'

Language'FR'.

Here the textmodule is same for all the cases. Only the language parameter is changed.

Now as we have different text nodes for different languages. Bind the respective text nodes at the respective text fields on the design layout of the form.

This we with creation of one text module only you can achieve your requirement by binding dfiferent text nodes for different languages where ever required.

Regards,

Varun

navip
Active Participant
0 Kudos

Hi Shankar,

  Create text modules separately for the text to be translated in French, Dutch etc and through Scripting display the text based on the language...

---

Naveen