cancel
Showing results for 
Search instead for 
Did you mean: 

Language specific text in forms

Former Member
0 Kudos

hi,

my reqirement is i ant to print text in main window in english from second line onwards i want to print text german language.how we do this.if any body can help me

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Define a variable in the driver program and increment that variable in the loop which you are printing the item data.

in the main window write the code as folows.

If &g_var& = 1.

set language 'EN'

Else.

set language 'GE'

ENDif.

Thanks,

NN.

former_member195383
Active Contributor
0 Kudos

1st thing is in which logon are you trying to print the smartform,

If its n German, then do one thing in smartform write all the texts in English, Then log in in German language, go to SE63 , then give source language as EN and target language as DE or what ever appropriate code for German.ope you are aware of hw to maintain transltions in se63 for the smartform.Then For the text which u dont wan to translate to german, put english text only in the translation, and for rest all put the german text.

Hope this will help..Reward if useful

Regards

Rudra

Former Member
0 Kudos

Hi

You can try this create a text module where u need to print in english.

Now u create a smart form in german and insert this english text module into this german smart form.

And inorder to create your smart form in german you can as well translate it in transaction se 63.

Regards

Swetha.

Former Member
0 Kudos

i want to print a first line text in english language and then onwards in german . that to in scripts main window

Former Member
0 Kudos

i think u can look for some functionmodule......

WP_CONVERT_LANGUAGE

check this also......

if it is usefull...Plz Reward

Regards

Anbu