cancel
Showing results for 
Search instead for 
Did you mean: 

Localized Strings on entities Cloud Application Programming Model

balbino_soaresferreirafil
Active Participant

Reading the blog https://blogs.sap.com/2018/08/24/top-5-time-saving-benefits-of-the-application-programming-model-for..., in first Item. I had a question about localized strings. I had expected a second table with the product descriptions and language as one of the keys, or something in the table to identify the text language.

for exemple:

entity ProductTypes { 
key code : Integer;
name  : localized String(40) @title:'{i18n>Name}';
}

I need to create a CSV file to import ProductTypes in different languages, how can I do that, since I don't have a field to choose the locale ou language?

Regards

View Entire Topic
0 Kudos

In your text table, I see 'de_DE' as LOCALE - you should use just 'de'.

For details, see https://cap.cloud.sap/docs/guides/i18n#user-locale.