ASPxDiagramLocalizer.GetString(ASPxDiagramStringId) Method
Returns a localized string for the specified string identifier.
Namespace: DevExpress.Web.ASPxDiagram.Localization
Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | ASPxDiagramStringId | A value that identifies the string to localize. |
Returns
| Type | Description |
|---|---|
| String | A string that corresponds to the specified identifier. |
Remarks
The ASPxDiagram control allows you to substitute strings displayed in default UI elements with your own equivalents (for example, in your native language). Items that can be localized are enumerated by the ASPxDiagramStringId enumeration.
For more information, refer to Localization.
See Also