This rule parses the literal string into words, tokenizing compound words, and checks the spelling of each word/token. For information about the parsing algorithm, see Identifiers should be spelled correctly.
This rule only fires if the literal string passed to a method which does not require a localized parameter. The logic for determining this is described in the rule topic Do not pass literals as localized parameters.
By default, the English (en) version of the spelling checker is used.