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

system exception translation

Former Member
0 Likes
459

HI,all:

i have a question: i use 'try cash' the system exception(cx_root),and use the method'get_longtext' to

return the message for users.

But when the user logon by language of 'zh(chinese)',the message is show by language of german,so how

can i show the message by 'ZH' or at least by 'EN(english)' when is in runningtime.

Thanks in advance,

ur kevin!

2 REPLIES 2
Read only

Former Member
0 Likes
411

Error messages

- Choose Translation --> Short texts --> Messages --> Messages

- Enter the source and target language

- Enter message application area and message number

- Choose 'Edit'

- Make the necessary changes

If the message contains variable (& or $) without numbers, you

must note that these variables are listed implicitly in the

sequence in which they appear in the source language (if

necessary you can number in the translation with &1, &2 and so

on)

- Save your changes

regards

Mullai

Read only

0 Likes
411

Hi,Mullai:

sorry for my late,the system message that from the method 'get_longtext' is not defined in 'SE91',is actually a 'string',

I find that there is no chinese version of that message ,so the application show the german one by default but the have english one that is also ok for my case.

so my way is that showing the english version when the use logon even by 'ZH(chinese)'.

thanks,kevin!