Hi,
I am using VS.Net to do a localiztion project, it allows me to create a resource file by going to Tools->Generate Local Resource. However the resouce file generated is not complete in my opinion. Say the following html:
<span>First Name:</span>
<asp:Label runat="server" Text="Last Name">
the wizard creates an entry for "Last Name", but not "First Name", is this by design? If yes, how do I work around that?
TIA
...
Go to the complete details ...