cancel
Showing results for 
Search instead for 
Did you mean: 

How To Change Standard Message Language?

Former Member
0 Kudos

Dear All

I have a atrribute, whose data type is integer .It is bounded to a inputfield .

When i launch the application ,and input a string in the inputfield ,after i trigger a event ,it return a wrong message in German language ?

So can anybody give me some tips about how to change the message language in English?

Thanks In Advance .

Accepted Solutions (0)

Answers (1)

Answers (1)

vmadhuvarshi_
Contributor
0 Kudos

Dear Eleanor,

Please look at following settings in given order to see if language is set as German (de).

1. URL - is language being passed as parameter (sap.locale)? [This is valid only if you are the Developer of application]

2. Your User ID - Is your default language set as German?

3. Browser - Is your Browser's default language German?

4. Is 'defaultlocale' property of application set as German?

5. Is default language of project German?

6. JVM default is German?

You should find the answer to your question in one of these 6 locations. Please note that value in 1 will override values of 2-6. Similarly value in 2 will override value in 3-6 and so on.

Hope this helps.

Vishwas.