Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CDS Metadata Extension translation

Nieves_Navarro
Participant
0 Kudos
2,212

Hi experts,

I have a CDS metadata extension with all the label texts for my main CDS in spanish, now I want to translate this text to english language, but when i enter to SE63 transaction no CDS extension text appears, only the main one.

I have also tried to run SE80, search the extension, go to translations, but but as expected it is not accessible from this point. Any idea how to translate this texts?

Thanks in advance!

2 REPLIES 2

tugay_birihan
Participant
0 Kudos
904

With the @EndUserText.label annotation, you can provide meaningful and translatable labels and descriptions for objects and fields. For fields, this annotation will only be considered if the field has no data element assigned; otherwise, the field label is taken from the data element.

Or you can check or Click here

@Semantics.language: true

Or you can change browser language setting or you can invoke your url with sap-ui-language='EN' parameter.

Also make sure you cleaned the browser's cache.

Best Regards.

0 Kudos
904

Hi Hasan,

Thanks for your info, the first option would be a good alternative, but I finally found the way to translate the metadata extension annotations through the SE63 via Transport Objects.

Regards!