Are there any tools for locating all the strings that I've to Internationalize? My app is already "partially" designed for Internationalization support. However I want to make sure that there arent' any hardcoded string within my app.
Regular expression search didn't help a lot as trying to find "***" returns every aspx page.
Are there any tools to do this?