Scheduler for WinForms | ComponentOne
Localization / Localize Dialog Box
In This Topic
    Localize Dialog Box
    In This Topic

    To localize C1Schedule components in your application, select Localize in the C1Schedule or C1Calendar tasks or context menus, or select Localize in the C1Schedule or C1Calendar Smart Designer.

    Clicking Localize opens the Localize dialog box:

    The Localize dialog box allows you to localize the Scheduler for WinForms assembly (C1.Win.C1Schedule.2.dll) and save the localized resource in any project of your solution.

    On the left of the Localize dialog box, there is a tree listing the localizable strings' IDs, and on the right are the strings themselves. The structure of the tree reflects the hierarchy of sub-classes in the Strings class. The right panel can show either all strings or just the strings belonging to the selected tree node.

    The strings' list contains the following columns:

    Column Description
    Name The string's name (ID); this column repeats the selected tree node, and can be optionally turned off.
    Default value The default (English) value of the string.
    Value The string value for the currently selected culture (the column header displays that culture).

    Below the list is the currently selected string's value, along with an optional description.

    The status bar displays the project which will contain the localized resources and the name of the ComponentOne assembly which is currently being localized.

    To localize Calendar components in your application, select Localize in the C1Calendar tasks or context menus, or select Localize in the C1Calendar Smart Designer.

    Clicking Localize opens the Localize dialog box:

    See Also