Skip to main content
A newer version of this page is available. .

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

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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