ResourceManager Video Presentation [Brian Grunkemeyer]
Ahmed & I did a video presentation on System.Resources and how to use the ResourceManager for loading localized strings (and images, etc) in a globalized application. If you're new to using the ResourceManager, this should be a good high-level overview of why and how to use the ResourceManager, what satellite assemblies are, and we included some more subtle details like why to use the NeutralResourcesLanguageAttribute.
https://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040826netaa/manifest.xml
Hopefully this will be a great introduction to System.Resources.
Comments
- Anonymous
June 21, 2006
Recently I've had some questions about resource loading/fallback in .Net and how it works. 
Brian...