Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ resources

16. Windows Forms Resources

16.11 How do I programmatically use resources to make my programs culturely aware?


You can use the ResourceManager object to dynamically load a particular resource based on a selected culture. This technique allows you to develop culture-aware programs without having to recompile your application.

Take a look at the discussion and code found on gotdotnet.com