With VB2005 Express, I've created an app and have generated the localized strings for the form controls using the designer method. I set the form to Localizable = True, changed the Language to Swedish and entered all the localized strings. This generated a Form1.sv-SE.resx module in my project.
I have some debug code in the funciton where Form1 loads which sets the Culture and UICulture to sv-SE. However, none of the form controls show the translated strings, they are all still defaulting to English.
How do I make use of the translated resources

Localization not showing up