RichEditExtensionsLocalizer.GetString(RichEditExtensionsStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.XtraRichEdit.Localization
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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