Skip to main content
All docs
V25.1
  • ASPxSchedulerResLocalizer Class

    Provides a means to localize the ASPxScheduler‘s UI elements at runtime.

    Namespace: DevExpress.Web.ASPxScheduler.Localization

    Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll

    NuGet Package: DevExpress.Web.Scheduler

    Declaration

    public class ASPxSchedulerResLocalizer :
        ASPxResLocalizerBase<ASPxSchedulerStringId>

    Remarks

    Use the ASPxSchedulerResLocalizer class to access resource string values and override them at runtime.

    • If an application is localized using satellite resource assemblies or global resources, the ASPxSchedulerResLocalizer class will contain localized resource string values.
    • If an application is not localized, the ASPxSchedulerResLocalizer will contain default (en) culture resource string values.

    You can use the ASPxSchedulerLocalizer class to localize ASPxScheduler 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.

    Inheritance

    Object
    XtraLocalizer
    XtraLocalizer<ASPxSchedulerStringId>
    DevExpress.Utils.Localization.XtraResXLocalizer<ASPxSchedulerStringId>
    See Also