cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

C4C Language Adaptation forCustomer BO - code

jenibalet
Explorer
0 Likes
953

Hi,

We have a custom BO which populate Region description data in English Language.

We want to translate these region description values ( Code) in C4C to local languages.

I have tried using Language adpatation, but these custom field values didnt populated.We can changethe description for only the standard input values

Could you please help on how to maintain translation for Custom BO entries.

Thanks,

Jenibalet S

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member422907
Contributor
0 Likes

Hi,

use following steps:

  1. right click on your BO
  2. translation
  3. export text
  4. select target language
  5. press ok button
  6. open xlf file
  7. find you English text inside trans-unit tag
  8. you find something like <source>your English text</source> and add after this tag <target>your non English text</target>
  9. save file
  10. go back to PDI, and right click to BO
  11. translation
  12. import text
  13. select your xlf file from local disk
  14. press ok
  15. activate solution

br,

Zoran