Hi there.
I'm a begginer with dealing with resources in DNN and need your help now.
I've got a problem with local resources.
I've created my own module in VS 2005. Wow ;]
Now, when I switch to design view of my module and click tools/Generate Local Resources everything looks fine, but in fact, doesn't work.
I mean, Every tag in MyModule.aspx file, has extra attribute [meta:resourcekey]
(for example:
<asp:RadioButtonList ID="RadioButtonListDoCzegoModul" runat="server" meta:resourcekey="RadioButtonListDoCzegoModulResource1">
<asp:ListItem Selected="True" Value="wyszukiwanie" meta:resourcekey="ListItemResource1"></asp:ListItem>
<asp:ListItem Value="schowek" meta:resourcekey="ListItemResource2"></asp:ListItem>
</asp:RadioButtonList>)
and in MyModule.ascx.en-US.resx I've got etries like (<data name="ListItemResource1.Text" xml:space="preserve">
<value>Search resoults</value>
</data>)
And now in fact - that doesn't work.
Can you help me?