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