ReportDesignerLocalizer.GetString(ReportDesignerStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Localization
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public static string GetString(
ReportDesignerStringId id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Report |
A Report |
#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.