cancel
Showing results for 
Search instead for 
Did you mean: 

Change Language in Web Dynpro

Former Member
0 Kudos

Hi forum,

I have to change the parameter sap-language in my web dynpro application because I want to display it always in english and not according to user logon language.

I tried with command SET LOCALE LANGUAGE AND SET LANGUAGE and all texts are translated but the error messages are still in italian since the parameter is still IT.

How I can do it.

Many thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi Salvatore,

You can force the application to use a specific language by passing URL parameter sap-language with the language value you want, in this case EN for English, e.g.,

http://host:port/sap/bc/webdynpro/sap/zapplication?sap-language=EN

Cheers,

Amy

Former Member
0 Kudos

Thank you Amy,

but in the case have u suggested, I can only open a new window... isn't it? Because I don't know where I can set the parameter.....

amy_king
Active Contributor
0 Kudos

Hi Salvatore,

Can you please provide more detail about your scenario? Is this a custom-built application? How are you launching the application? From the portal? If you have access to the URL that is used to launch the application, you can simply add the parameter to the URL. If you are using an iView, please see this discussion.

Cheers,

Amy