We have exposed several models via oData services and I was wondering if there was any way to dynamically translate the metadata coming back from the Label field?
For example if I add the $metadata tag to the oData call as below:
http://<server>:8000/Package/SalesQuotationHeader.xsodata/$metadata
I get the following back:
<PropertyName="SAPClient"Type="Edm.String"Nullable="false"MaxLength="3"sap:aggregation-role="dimension"sap:label="SAP Client"/>
typically here I would like to recieve SAP Client back in German/French etc etc.