Hi
How can i display localize texts with in the component like title on dxo-popup or caption on dxi-column
C#<dxo-popup
title="Chart Of Account Info">
</dxo-popup>
<dxi-column dataField="glCod" caption="GL Code"></dxi-column>
before i have use l (lower case 'L') function comes from AppComponentBase to binding localize texts and its work with my angular 4 <h3>{{l("ChartOfAccount")}} </h3>
Thank you