Spelling Rules
I ask because the "Identifiers should be spelled correctly" rule and the "Literals should be spelled correctly" rule both apply to the developer. However, the "Resource strings should be spelled correctly" rule applies to the end user and therefore should use a different dictionary to the first two rules.
As an example I always write code in US English but my users use UK English. In this scenario there does not appear to be any way in which I can use all 3 rules at the same time.
Guy

