Starting with Version 7.2, Multi-Language for Visual Studio contains a code analysis and several associated code fixes.
Every code analysis checks a rule. Lets start by looking at what the rule is.
Every string in your source code should be either
In particular, why is it important to mark strings which do not require localization?
This is important for two reasons: