Hello All
- I am working on a task where I need to add translations to a field which is a part of dropdown through customization . So I used code generation(projection and client file) to get TranlsationDb file for that particular component . after giving generate code , I got TranslationDb file in the build place of my workspace . I used the file to scan code in DEV and if I check in Text translation or translatable text I don’t get the fields which are part of the enumeration . It only shows certain fields related to entity and projection.
- For next try , I gave customize to the enumeration file , got the translationDb file after code generation . did the same process from step 1 , still if I check for the fields from that enumeration , it is not displaying anything .
Can someone guide me with this .
Thank you :)