Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

RichEditExtensionsResLocalizer Class

A default localizer to translate resources for WinForms Rich Editor UI.

Namespace: DevExpress.XtraRichEdit.Localization

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

public class RichEditExtensionsResLocalizer :
    XtraResXLocalizer<RichEditExtensionsStringId>

#Remarks

Normally, you do not need to manually use an instance of the RichEditExtensionsResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<DevExpress.XtraRichEdit.Localization.RichEditExtensionsStringId>
RichEditExtensionsResLocalizer
See Also