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:
This is a good starting point for localazing the application.
- Detect non-localized strings in code.
- Fix formatting issues.
- Fix some very simple spelling errors (but still good).
This is a good starting point for localazing the application.