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

Outputs in multiple languages

Former Member
0 Likes
1,123

Hi,

The scenario is:

I have a layout set with language EN that has

Standard texts defined in SO10,

Text symbols created in SE75,

and Hardcoded text in English in page windows.

When the output is triggered by a sales order, an Email is created. At present the output is created in English only.

Now I want to add capability for German.

I have created standard texs and text symbols with same names for language DE.

What more do I need to do?

1. Do I need to create a new layout set with language set as DE, by copying the existing one?

2. If I use existing layout set in EN (and do not copy it to DE) ,will the script still pick up the German texts if my output from sales order has language as DE?

3. If I create the new layout set in DE by copying present layout set in EN, will the hardcoded English text in page windows be translated automaticaly? Or I have to put hardcoded texts in German in the new layout set?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

vinod_gunaware2
Active Contributor
0 Likes
774

U have to use Standard text and when u import that standard text form menu->standard symbol.

Include statement inserted into editor.

In that include statement u can specify lang.(or variable)

so depending upon that variable script decide lang.

U have to maintain text in all language.

regards

vinod

Hi,

The scenario is:

I have a layout set with language EN that has

Standard texts defined in SO10,

Text symbols created in SE75,

and Hardcoded text in English in page windows.

When the output is triggered by a sales order, an Email is created. At present the output is created in English only.

Now I want to add capability for German.

I have created standard texs and text symbols with same names for language DE.

What more do I need to do?

1. Do I need to create a new layout set with language set as DE, by copying the existing one?

2. If I use existing layout set in EN (and do not copy it to DE) ,will the script still pick up the German texts if my output from sales order has language as DE?

3. If I create the new layout set in DE by copying present layout set in EN, will the hardcoded English text in page windows be translated automaticaly? Or I have to put hardcoded texts in German in the new layout set?

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
774

U have to create a new layout with DE(german). Now, u have to attach this layout to the driver program. when the sales order gets triggered, based on the sy-langu, the corresponding layout set should be picked up.

Read only

vinod_gunaware2
Active Contributor
0 Likes
775

U have to use Standard text and when u import that standard text form menu->standard symbol.

Include statement inserted into editor.

In that include statement u can specify lang.(or variable)

so depending upon that variable script decide lang.

U have to maintain text in all language.

regards

vinod