Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public override XtraLocalizer<GanttStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<GanttStringId>

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

See Also