Application localization: strating point

After you need your application to be localized for many lnguages you can decide what ResourceManager to use, where to store resource and many other things. But where from to start localazing the application? I calculate a good starting point using FxCop. This will allow to achive a few goals:
  1. Detect non-localized strings in code.
  2. Fix formatting issues.
  3. Fix some very simple spelling errors (but still good).
To strat doing the things you need to analize your assembly(s) then go to Rules tab. Select Globalization Rules.
This is a good starting point for localazing the application.