Skip to main content

PrintingLocalizer.CreateResXLocalizer() Method

For internal use. Provides resources based on the thread's culture.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public override XtraLocalizer<PrintingStringId> CreateResXLocalizer()

#Returns

Type Description
XtraLocalizer<PrintingStringId>

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

#Remarks

This method is intended for internal use only. Normally, you do not need to use it.

See Also