[]
        
(Showing Draft Content)

Switching Resources at Run Time

Once you have created your localized resources, you can also easily switch between resources at run time by using the following code:

// This will switch to German locale.        
System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");