Alan Dean has just put out his first article on DotNetJunkies:
| Using Satellite Assemblies to Isolate Localised Resources |
By Alan Dean Utilizing the support in .NET for satellite assemblies is a powerful way to approach the problem of application globalization . The essential idea behind satellite assemblies is to isolate localizable resources from your main application, and from each other. If you thoroughly isolate your resources, then you will not need to recompile your application code in order to support any new culture. (Monday, November 17, 2003)
Read More Discuss in the Forums See More Articles |