xtrareports-devexpress-dot-xtrareports-dot-localization-cdcf8dd0.md
A default localizer to translate the Reporting resources.
Namespace : DevExpress.XtraReports.Localization
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class ReportResLocalizer :
XtraResXLocalizer<ReportStringId>
Public Class ReportResLocalizer
Inherits XtraResXLocalizer(Of ReportStringId)
The ReportResLocalizer class enables you to use both the satellite assemblies and Localizer technique to localize a reporting application.
Do the following:
de culture. For more information, review the following help topic: Localizing WinForms Controls with Satellite Resource Assemblies.de folder in the application directory (for a Visual Studio project, it is the bin\Debug\ subdirectory) and copy the assemblies to the newly created folder.ReportResLocalizer class descendant. The following code snippet translates the ReportDesignTool.DesignRibbonForm UI to German and replaces the text for the tooltip on the Favorites tab in the Properties Window:Note that you should use satellite resource assemblies localization as it is the most common localization technique supported in the .NET Framework. For more information, review the following help topic: Localizing WinForms Controls with Satellite Resource Assemblies.
Use Localizer objects to add missing translations. For more information, review the following help topic: Localize Reporting Applications.
Object XtraLocalizer XtraLocalizer<ReportStringId> DevExpress.Utils.Localization.XtraResXLocalizer<ReportStringId> ReportResLocalizer
See Also