Skip to main content
All docs
V24.2

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

XtraPdfViewerLocalizer.CreateDefaultLocalizer() Method

In This Article

Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.XtraPdfViewer.Localization

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#Declaration

public static XtraLocalizer<XtraPdfViewerStringId> CreateDefaultLocalizer()

#Returns

Type Description
XtraLocalizer<XtraPdfViewerStringId>

An object that represents resources based on the thread’s culture.

See Also