Scheduler for WinForms | ComponentOne
Localization / Switching Resources at Run Time
In This Topic
    Switching Resources at Run Time
    In This Topic

    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");