Skip to main content
All docs
V25.1
  • Localizing Your DevExpress-powered .NET App – Your Feedback Matters

    We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

    Take the survey Not interested

    IComponentLocalizer.LocalizeProperties(Object, IEnumerable<LocalizationItem>) Method

    In This Article

    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