With .NET 2.0, localizing string resources is incredibly easy to do.
You get the benefits of an easy to work with XML file format, strongly
typed resource access, and so forth. But it can take a little
brainstorming to devise an effective string resources strategy. Here
are a set of guidelines that that should help you to avoid pitfalls.