For localization, I create resx files containing stringlists.
I have several in my project, attached to individual projects/dlls
Since moving across my application doesnt seem to be able to find the
resources I've attached.
Is there any way I can find them so I can check they're named ok?
thanks
Grant Frisken - 22 Aug 2007 01:20 GMT
> For localization, I create resx files containing stringlists.
> I have several in my project, attached to individual projects/dlls
[quoted text clipped - 3 lines]
>
> thanks
Try using .NET Reflector (http://www.aisto.com/roeder/dotnet/) to look
at your compiled assembly and check that they are in fact in the
assembly and have the correct name.
Regards
Grant Frisken
Infralution
www.infralution.com