aspnet-devexpress-dot-web-dot-aspxgantt-dot-localization-b516cb44.md
Provides a means to localize the ASPxGantt‘s UI elements at runtime.
Namespace : DevExpress.Web.ASPxGantt.Localization
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGanttResourcesLocalizer :
ASPxResLocalizerBase<ASPxGanttStringId>
Public Class ASPxGanttResourcesLocalizer
Inherits ASPxResLocalizerBase(Of ASPxGanttStringId)
Use the ASPxGanttResourcesLocalizer class to access resource string values and override them at runtime.
You can use the ASPxGanttLocalizer class to localize ASPxGantt at runtime. This class provides the same functionality, but always contains default (en) culture resource string values.
For more information, refer to the following topic: Localizer Objects.
Object XtraLocalizer XtraLocalizer<ASPxGanttStringId> DevExpress.Utils.Localization.XtraResXLocalizer<ASPxGanttStringId> ASPxResLocalizerBase<ASPxGanttStringId> ASPxGanttResourcesLocalizer
See Also