Probably another easy question, but I've been working on it this morning and haven't been able to get it to work.
I have a site definition that I am attempting to move the string literals to a resource file. I have been attempting to work from an the example of how this is done for the existing onet files of the built-in templates.
I have tried adding the resource file to a number of places, under site definition, as a projec resource under properties and as a basic resource file for the project. Adding the resource file under site definition sets the deployment path to the resources folder as it should be so I'm thinking that is likely the correct place.
Is there somewhere I need to register the resource file? The examples I'm working from are for onet files, so is it even possible with webtemp files? What am I missing?