Skip to main content
All docs
V25.1
  • IComponentLocalizer.LocalizeProperties(Object, IEnumerable<LocalizationItem>) Method

    Assigns localized values to the properties of the specified reporting component.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    void LocalizeProperties(
        object component,
        IEnumerable<LocalizationItem> items
    )

    Parameters

    Name Type Description
    component Object

    A reporting component or control.

    items IEnumerable<LocalizationItem>

    A collection of objects containing the component name, property name, locale and value.

    See Also