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

PdfCoreResLocalizer Class

A default localizer to translate the PDF Viewer’s resources.

Namespace: DevExpress.Pdf.Localization

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

NuGet Package: DevExpress.Pdf.Core

#Declaration

public class PdfCoreResLocalizer :
    XtraResXLocalizer<PdfCoreStringId>

#Remarks

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

#Inheritance

Object
XtraLocalizer
XtraLocalizer<PdfCoreStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<PdfCoreStringId>
PdfCoreResLocalizer
See Also