cancel
Showing results for 
Search instead for 
Did you mean: 

How to Translate ECC Backend Message in Multiple Language based on Mobile App Language Selection?

amritendupatra
Explorer
0 Kudos

Hi,

I am developing a mobile application using SAPUI5 and SMP 3.0 . I have two different language in the application. My Frontend is able to translate text in different language based on selection. But my backend messages are coming in English only. How to get backend message translated based on my frontend selection.

Any help will be very much appreciated.

Regards,

Amrit

Accepted Solutions (1)

Accepted Solutions (1)

gururajenamate
Explorer
0 Kudos

Hi,

Pass sap-language=en in URL parameter when u calling gateway services.

Regards,

Gururaj

amritendupatra
Explorer

Hi, Thanks for your response.

Answers (1)

Answers (1)

Ali_Chalhoub
Advisor
Advisor
0 Kudos

Which one is your Front-End? Is this a Gateway Front-end you are referring to? What is your Back-End?

amritendupatra
Explorer
0 Kudos

Hi, Thanks for your response.

My Front-End is SAPUI5 and back-end is ECC system where ABAP code is written. I am calling oData services using gateway. Any error message from backend has to be displayed in my application based on my front end language.