Placing culture dependent resources in a separate file from your compiled program code allows you to write applications that can change cultures without having to recompile code to handle different resources.
Take a look at the discussion and code found on gotdotnet.com
|