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

ReportLocalizationMode Enum

In This Article

Specifies whether the report uses localizaton strings embedded into a report definition or loads the localized resources from satellite resource assemblies.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public enum ReportLocalizationMode

#Members

Name Description
UseSatelliteAssemblies

Localization strings are obtained from satellite assemblies.

EmbedInReport

Localization strings are embedded into a report definition.

See Also