Scheduler for WinForms | ComponentOne
In This Topic
    Localization
    In This Topic

    All end user visible strings in Scheduler for WinForms can now be localized (translated) by the developer. Scheduler for WinForms localization is based on the same approach as the standard localization of .NET Windows forms employed by the Localizable property. As with Windows Forms, you can create a set of resource files for the Scheduler for WinForms assembly. You can create separate resource files, with the extension .resx, for each required culture. When the application runs you can switch between those resources and between languages. All parts of your application using components from a Scheduler for WinForms DLL must use the same localization resource.

    Localization file conventions

    It is recommended that the following conventions are followed when .resx files are created:

    Note that if you create a culture in the Localize dialog box, these conventions will be followed in the file that is created for you.

    See Also