Can I configure the compiler in Visual Studio to give warnings / errors for all non-localized string

Posted by Justin on Stack Overflow See other posts from Stack Overflow or by Justin
Published on 2010-06-10T15:49:55Z Indexed on 2010/06/10 15:52 UTC
Read the original article Hit count: 284

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio