ReportDesignerLocalizer.GetString(ReportDesignerStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Localization
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | ReportDesignerStringId | A ReportDesignerStringId enumeration value, identifying the string to localize. |
Returns
Type | Description |
---|---|
String | A String value, corresponding to the specified identifier. |
Remarks
The Report Designer for WPF supports localization, so that you can substitute the default strings displayed within context menus with your own equivalents (e.g., in your native language). Items that can be localized are listed in the ReportDesignerStringId enumeration.
To localize the default resources of the Report Designer for WPF, override the GetString method in a ReportDesignerLocalizer class descendant.
To learn more, refer to Localization.