views:

22

answers:

1

I would like the compiler to detect all non-localized strings in my solution. This means any string in an .aspx or .cs file that doesn't come from a resource file.

A: 

Visual Studio 2010's Code Analysis can do this. (Although not for ASPX files)

SLaks