Dear All,
I am using below code to listing Content instances under Current Channel, but unfortunately its returning translation group Contents in the result.
For ex: I have English & Arab version contents and both are appearing in the List, I want to lists Contents based on Current Locale. Please help.
<c:forEach var="contentAssoc" items="${rc.requestedChannelBean.contentInstances}" varStatus="counters">
${contentAssoc.system.name}<br/>
</c:forEach>
If above code will not help then please share sample code to list Content Instances based RCRD value.
Note: I am using "<templating:localizeReferences/>" otherwise its displaying English title then Title in Arabic

Thanks
Jayaram