Can I configure the compiler in Visual Studio to give warnings / errors for all non-localized string
- by Justin
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.