RichEditExtensionsLocalizer.GetString(RichEditExtensionsStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.XtraRichEdit.Localization
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId | A DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId enumeration value identifying the string to localize. |
Returns
| Type | Description |
|---|---|
| String | A String corresponding to the specified identifier. |
Remarks
For more information on localization, refer to Localization.
See Also