Skip to main content
All docs
V26.1
  • PdfLocalizer.CreateDefaultLocalizer() Method

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

    Namespace: DevExpress.Docs.Pdf.Localization

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static XtraLocalizer<PdfStringId> CreateDefaultLocalizer()

    Returns

    Type Description
    XtraLocalizer<PdfStringId>

    The default localizer object.

    See Also