Handle label-tag
I'm working with telerik controls and i find that the add-in is not finding the label-tag.
example:
<rad:RadTextBox Width="310px" Label="Company name" ID="lblWebsiteCustomer" runat="server" ReadOnly="true" ReadOnlyStyle-BackColor="Transparent" ReadOnlyStyle-BorderStyle="None" meta:resourcekey="lblWebsiteCustomer" Text="Company name"></rad:RadTextBox>
If I overrule it in the add-in (i put the text in the various languages, connected to the correct resourcekey) it is is not used. I prefer that the system is automatically reading it, because i have a lot of these textboxes in my program.
How can i change the system to find it and translate it?
Thanks