Skip to main content
All docs
V25.1
  • GanttLocalizer.CreateResXLocalizer() Method

    Returns an object that provides resources based on the regional settings (culture). For internal use.

    Namespace: DevExpress.XtraGantt.Localization

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public override XtraLocalizer<GanttStringId> CreateResXLocalizer()

    Returns

    Type Description
    XtraLocalizer<GanttStringId>

    An object that provides resources based on the regional settings (culture).

    See Also