User-1022364398 posted
I have the following HTML tags:
<asp:Button
ID="_btnCreateAdmin"
runat="server"
style="z-index:
1;
left:
38px;
top:
38px;
position:
absolute"
meta:resourcekey="apa"/>
<asp:Button
ID="btnCreateAdmin_"
runat="server"
style="z-index:
1;
left:
99px;
top:
99px;
position:
absolute"
meta:resourcekey="ko"/>
And I have the following values in my resx file:
apa.text resx file value (SV)
ko.text test
Using the resourcekey "apa" always retrievs the value "resx file value(SVS)" but nothing else works, "ko" does not work. If I change the value "apa" to "apa2" in the HTML as well as inte the resx file, neither will this work. It drives me mad, any ideas??