Skip to main content

PrintingLocalizer.CreateDefaultLocalizer() Method

In This Article

Returns a Localizer object representing resources based on the thread's language and regional settings (culture).

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public static XtraLocalizer<PrintingStringId> CreateDefaultLocalizer()

#Returns

Type Description
XtraLocalizer<PrintingStringId>

A DevExpress.Utils.Localization.XtraLocalizer<T> object representing resources based on the thread's culture.

See Also