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

Change System-Language at Runtime

alejiandro_sensejl
Active Participant
0 Likes
1,080

Hello Guru's,

for our international support it is required to change an application (a small knowledge database amongst others) during runtime to different languages (switch between EN, DE, FR should be possible, EN is default). At the moment the user has to log off & on to help calling users in the apropriate language.

Now it should be possible with a button click to change the user specific texts. To be exact it means:

- Change SY-LANGU (for the select of the texts from text tables)

- Let messages (via MESSAGE command) be displayed in a foreign language.

I already tried SET LOCALE LANGUAGE and SET LANGUAGE, which seems to be working for SY-LANGU, but the messages are still displayed in logon language.

Someone can give me a hint on this topic?

Thanks in advance,

Alej

PS: Points will be rewarded for helpful answers!

Hello Guru's,

for our international support it is required to change an application (a small knowledge database amongst others) during runtime to different languages (switch between EN, DE, FR should be possible, EN is default). At the moment the user has to log off & on to help calling users in the apropriate language.

Now it should be possible with a button click to change the user specific texts. To be exact it means:

- Change SY-LANGU (for the select of the texts from text tables)

- Let messages (via MESSAGE command) be displayed in a foreign language.

I already tried SET LOCALE LANGUAGE and SET LANGUAGE, which seems to be working for SY-LANGU, but the messages are still displayed in logon language.

Someone can give me a hint on this topic?

Thanks in advance,

Alej

PS: Points will be rewarded for helpful answers!

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
827

hi,

try using se63 transaction.

Read only

0 Likes
827

Hello gautham,

thanks for your quick response, but I think you misunderstood me (or didn't bother to read my question completly...).

To clarify: All short texts, long texts, titles, data elements messages etc are already translated in the required languages.

I don't think transaction SE63 can help me with my problem.

Regards,

Alej

Read only

alejiandro_sensejl
Active Participant
0 Likes
827

Looks like it's not possible...