We are using the SDK to call an API which has localized attributes. Testing this API via POSTMAN if we set the accept-language header we get the localized fields. Is there a similar way to obtain the localized fields using the ODataQueryBuilder?
Asked
Active
Viewed 170 times
0
-
If the answer was helpful, it would be great if you could accept it. – Philipp Herzig Apr 13 '18 at 19:32
1 Answers
1
You can use the withHeader
method of the ODataQueryBuilder
.
For SAP S/4HANA, you can provide a sap-language
header.

Sander Wozniak
- 650
- 8
- 27