Hello Experts,
I have the following architecture at a client:
UI5 application deployed on the portal
Gateway Hub Architecture
For internationalization, I am using the HTTP Header Accept-Language as described in the thread
However this seems to fail:
1. The header Accept-Language is correctly set depending on the browser settings.
2. The header is set in a request context in the Gateway system as well
3. The header is NOT passed to the backend system => Language is always defaulted to the same language.
The only thing that does work if the service calls include the parameter sap-language with every request. However, this means that the web application should always translate the browser languages to sap languages. This, I believe should be handled by the framework, and every application should not handle this individually (by sending a some sort of a language mapping to the web application).
Do you have any insights for me? Any help here is greatly appreciated.
Thanks
Neha