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

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

    Namespace: DevExpress.Docs.Presentation.Localization

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

    Declaration

    public static XtraLocalizer<PresentationStringId> CreateDefaultLocalizer()

    Returns

    Type Description
    XtraLocalizer<PresentationStringId>

    The localizer object.

    See Also