Back to Devexpress

LocalizationItem Class

xtrareports-devexpress-dot-xtrareports-dot-localization-2b77e4c3.md

latest2.3 KB
Original Source

LocalizationItem Class

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

Namespace : DevExpress.XtraReports.Localization

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class LocalizationItem
vb
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

LocalizationItem Members

Localize Reports

DevExpress.XtraReports.Localization Namespace