Localization using Settings Profiles in VisualStudio 2005 Beta 2
I'm trying to make my application localizable (different languages) using application-settings and settings-profiles (one profile per language). I think this could be an easier way than working with ressources because I can bind settings directly to to my controls properties. So I can switch the language by simply change the current profile, also at runtime...
This is what I want to do...
Can someone tell me howto set/get the current profile programmatically? Or does someone know a better way to do the localization without writing functions like "Take_another_Ressource_File_and_update_all_texts_in_UI"...?
I hope someone can help me!
Thanks
Robert

