Thanks Fredrik.
However, I'm referring to a class library project rather than a website project, which doesn't benefit from the "special" treatment of the Resources folder - well not as far as I can tell anyhow. Instead I get a Resources.resx file in the Properties folder as part of the class library project template. Does this work in the same way, i.e. can I type:
Properties.[resourceFilename].[resourcedPropertyName]
... from code blocks inside the assembly? I can't get this to work though - all I get is Properties.Settings.
Finally, from the approaches mentioned on your blog entries, am I to understand that I shouldn't even be trying to localize controls at their assembly level, and leaving it to the page (and web app) level?
Thanks again,
Chris