Reports for WinForms | ComponentOne
Design-Time Support / Localization
In This Topic
    Localization
    In This Topic

    To localize Reports for WinForms components in your application, select Localize in the C1PrintPreviewControl Tasks Menu, in the Main Menu Floating Toolbar, or from the context menu of a Reports for WinForms component.

    Clicking Localize opens the Localize dialog box:

    The Localize dialog box allows you to localize any of the Reports for WinForms assemblies (C1.C1Report.4.dll or C1.Win.C1Report.4.dll) and save the localized resources 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, the currently selected string's value is shown, and an optional description.

    Status bar displays the project which will contain the localized resources, and the name of the C1 assembly which is currently being localized.

    See Also