In one Modal Dialog form (dlg_closeopp.aspx) there's code as such:
<%@ Register TagPrefix="loc" Namespace="Microsoft.Crm.Application.Controls.Localization" Assembly="Microsoft.Crm.Application.Components.Application" %>
<loc:Text ResourceId="Web.SFA.opps.dlg_closeopp.aspx_176" runat="server"/>
And when I run this in web browser I see this text at this place "Status". So this is localization resource but I have no idea where it comes from.
What is _176
a line number? Adress?
I want to make a localization as such for my custom Modal dialog.
(My question is in bold).