Once you have created your localized resources, you can also easily switch between resources at run time by using the following code:
C# |
Copy Code
|
---|---|
// This will switch to German locale. System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("de"); |