Category Archives: Programming

C# ResourceManager

More frustration with localization… ResourceManager is .net’s way of loading resources (images, text, xml) to use in your assembly. I’m using RM as a way to load different language resource bundles into my class based on the cultureinfo. Create a … Continue reading

Posted in Programming | 1 Comment

Localization Hell

Warning: This post is of little use to anybody who isn’t interested in localization or internationalization of an application. This is mainly a shared notepad for myself and anybody else who is interested (not likely). If you’re software is never … Continue reading

Posted in Programming | 3 Comments