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
#Related API Members
The following members return LocalizationItem objects:
#Remarks
Note
To localize a report, do not create Localization
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.