Hi,
I want to set the no.of items on title bar using i18n in my custom application
I executed standard Approve Purchase order is showing Number of list items in master view title bar like Purchase Orders (5).
in view.xml
<Page id="page" title="{i18n>MASTER_TITLE}"> |
i18n
MASTER_TITLE=Purchase Orders ({0})
but I am not getting how its working
so I need same like I want to do but I am not getting how its working can you anyone please help me ..?