J
jerryxu7509
Hello,
I am resource files embeded in a web project, in which I can use for
example:
string a=Resources.labels.edit
I am writing a windows app with very similar function, I copied over
the resource files and included them in my windows project, and trying
to use:
string a=Resources.labels.edit. But it complains Resources can't be
found.
I add System.Resources as reference, but it says can't find
Resources.labels.edit.
So I am thinking I can't just simply copy the resource file over? But
I am not sure what is the next step I should do.
Can someone help me?
Many Thanks
Jerry
I am resource files embeded in a web project, in which I can use for
example:
string a=Resources.labels.edit
I am writing a windows app with very similar function, I copied over
the resource files and included them in my windows project, and trying
to use:
string a=Resources.labels.edit. But it complains Resources can't be
found.
I add System.Resources as reference, but it says can't find
Resources.labels.edit.
So I am thinking I can't just simply copy the resource file over? But
I am not sure what is the next step I should do.
Can someone help me?
Many Thanks
Jerry