Skip to Content
0
Nov 27, 2008 at 11:37 AM

Enforce Parameter sap-language=EN for a WD application

651 Views

I want to enforce that all the users of my webdynpro application get the UI in english (even though some have set German as their language in their browsers).

This works well if the users add "?sap-language=EN" to the URL. However, I cannot force the users to add this parameter in the URL. Is there another way to enforce this?

Can I maybe set some parameter in the webdynpro application (similar to WDCONFIGURATIONID or WDDELTARENDERING)?

I also tried "SET LOCALE LANGUAGE 'E'.", but it worked only partially (for example it did not work if the MESSAGE statement is used).