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

PdfCoreLocalizer Class

Provides the means to localize the dialog messages of a PDF Viewer.

Namespace: DevExpress.Pdf.Localization

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

NuGet Package: DevExpress.Pdf.Core

#Declaration

public class PdfCoreLocalizer :
    XtraLocalizer<PdfCoreStringId>

#Remarks

To localize the dialog messages of a PDF Viewer, create a PdfCoreLocalizer descendant and override its PdfCoreLocalizer.GetString method.

To apply changes, assign the created PdfCoreLocalizer descendant to the Active property of the localizer class from which your localizer object is derived.

For more information, see Localization.

#Inheritance

See Also