Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartform

Former Member
0 Likes
561

Hi,

In smartform I have two windows

one window with english language and other window with japenese language

please let me know how should i do this?

Thanks,

Asha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

In Smartforms we have a option in the initial screen of smartforms

Go to Transaction SMARTFORMS

Enter your form name

then change

Click the Form Attributes

Go to the general attributes of form attributes

there you find language attributes

select the all languages Radio button for multiple languages.

By adding a Text module we can do this.

i.e in smartforms transaction

you can see the text module

in that text module you can upload any type of language

and add this in your forms.

2 REPLIES 2
Read only

Former Member
0 Likes
543

In Smartforms we have a option in the initial screen of smartforms

Go to Transaction SMARTFORMS

Enter your form name

then change

Click the Form Attributes

Go to the general attributes of form attributes

there you find language attributes

select the all languages Radio button for multiple languages.

By adding a Text module we can do this.

i.e in smartforms transaction

you can see the text module

in that text module you can upload any type of language

and add this in your forms.

Read only

Former Member
0 Likes
540

HI

you can do this using two process

1-create difference style for different subwindows with different langauages and use them accordingly.

2- in the form attributes use the to selected language from the right hand side radio button

if the language parameter, be it a flag or sy-langu is passed to the Smartform, then u can have different variables for the same text carrying the same word in different languages. Based on the language parameter, u can use conditions in ur Smartform to display the correct word depending on the language. Hope u clear...

<b>Reward if usefull</b>