Skip to main content
A newer version of this page is available. .

PdfViewerLocalizer.CreateDefaultLocalizer() Method

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public static XtraLocalizer<PdfViewerStringId> CreateDefaultLocalizer()

Returns

Type Description
XtraLocalizer<PdfViewerStringId>

An XtraLocalizer<T> object representing resources based on the thread’s culture.

See Also