Hi Guys,
Im working on a integration where I try to fetch data from a projection end-point and show the dataset in a third party client. Here’s a screencap of a Postman request where it fetches the dataset from InventoryPartInStockHandling.svc/InventoryPartInStockSet entityset
The dataset contains the Enumeration “LocationType” which is Translatable.
Problem is that I CAN NOT fetch translated value for the “LocationType” if i want to use a language other than English. I tried setting the Accept-Language header and specifying the language (ex: sv-SE for Swedish) but it still returns the same dataset as before (see the screencap).
Since im only using the projection layer i cant rely on Aurena Client metadata service for translations. Is there anyway that I can fetch Translated values for a dataset returned from a projection ?