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

    Creates 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 override XtraLocalizer<PresentationStringId> CreateResXLocalizer()

    Returns

    Type Description
    XtraLocalizer<PresentationStringId>

    The localizer object.

    See Also