views:

4

answers:

0

So I've been adding lots of code to a localized .NET project, and now I'm dreading going back through the source to locate and add all the missing meta:resourcekey entries that I've missed. Anyone have any tips on how to find and add them?

Upon initial creation of the page, I generally just use the "Generate Local Resource File" functionality, but for pages that have already been created and I'm modifying, I know I've got a bunch missing, and going through manually and finding them, then adding them to all 18 .resx files, seems like a pain. I'm hoping there's something built in I haven't noticed, or someone has a tip/trick to make it easier (other than drinking beer while doing it).

Thanks!