PresentationLocalizer.GetString(PresentationStringId) Method
Returns a localized string for the specified string identifier.
Namespace: DevExpress.Docs.Presentation.Localization
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | PresentationStringId | A string identifier. |
Returns
| Type | Description |
|---|---|
| String | The localized string. |
See Also