function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sancasanca 

how to refer custom labels dynamically inside aura iteration

Hi Devs ,

Initial design was like this , 
There is aura :iteration which loops products and the value of product description field was same for all the products . 

Now they need unique description for each products which can be done but here is the catch that it has to be translated into multiple languages .  
I know we can use labels for translation but how can we set custom labels dynamically inside aura :iteration so that each product is set to unique description and also it would be translated to multiple languages .