CA1703: Resource strings should be spelled correctly
Visual Studio 2012
|
TypeName |
ResourceStringsShouldBeSpelledCorrectly |
|
CheckId |
CA1703 |
|
Category |
Microsoft.Naming |
|
Breaking Change |
Non-breaking |
This rule parses the resource string into words (tokenizing compound words) and checks the spelling of each word/token. For information about the parsing algorithm, see CA1704: Identifiers should be spelled correctly.
By default, the English (en) version of the spelling checker is used.
To fix a violation of this rule, use complete words that are correctly spelled or add the words to a custom dictionary. For information about how to use custom dictionaries, see CA1704: Identifiers should be spelled correctly.