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

SET title bar

Former Member
0 Likes
958

Hi,

How to display the set tile bar in multiple languages.

Thanks

Hi,

How to display the set tile bar in multiple languages.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
710

Hi,

You have to maintain the translation in all languages in which you want to display the title. Based on the logon language the title will be displayed in that particula language.

For translation, you go to the SE63 or in the PF-STATUS screen menu -> goto - > Translation.

Give the language in which you want to translate and enter the text in that language.

Reward points if helpful.

Thanks and Regards,

Lakshmi.

Read only

0 Likes
710

"For translation, you go to the SE63 or in the PF-STATUS screen menu -> goto - > Translation."

Thx, PF-STATUS screen menu -> goto -> Translation... that did it for me.

Read only

Former Member
0 Likes
710

hi ramesh,

Internationalization is available in SAP.

The goal of Internationalization is to provide the technical foundation for enabling programs to support multiple scripts and languages without redesign or modification. Once a user has selected a logon language, all programs must transparently alter their run-time behavior to meet the expectations of the user. Internationalization furthers generic programming, because hard-encoded search strings, error messages, etc. may work in one language, but not in another.

Internationalization interacts with every face of the system: logon language, language input, menu texts, sorting, character conversion, printing, data transfer - simply put, it is the technical underpinning of global business software.

If a system or application can support any language, then it is fully internationalized; if it only supports a limited set of languages, then it is partially internationalized. SAP offers full internationalization by supporting Unicode code page technology.

I hope the following link will help you....

[http://help.sap.com/saphelp_nw04/helpdata/en/8e/7ce87a2aede645ae3cdc857b791590/content.htm]

Thanks & Regards,

Kalyan.

Reward if usefull.