.NET Localization, Part 2: Creating Satellite Assemblies
Sunday, February 10th, 2008One time in .NET that you need to know about satellite assemblies is when you are dealing with localization. For localizing text, one doesn’t hard code text on a page, but uses a key for that text. The text equivalent for the key is retrieved from a file called a resource file. A resource file [...]