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
Share with