Skip to main content

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

LocalizationItem Class

A combination of a component name, property name, language name and a property value.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class LocalizationItem

The following members return LocalizationItem objects:

#Remarks

Note

To localize a report, do not create LocalizationItem class instances in your application. Use the approach described in the Localize Reports topic instead.

The LocalizationItem objects are serialized with the report to store information about the localizable properties and their values.

A report calls the IComponentLocalizer.LocalizeProperties method to apply localized values. The method takes a collection of LocalizationItem objects as a parameter.

A localized report has a collection of the LocalizationItem objects, accessible with the XtraReport.LocalizationItems property.

#Inheritance

Object
LocalizationItem
See Also