Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

ASPxSchedulerResLocalizer Class

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

Namespace: DevExpress.Web.ASPxScheduler.Localization

Assembly: DevExpress.Web.ASPxScheduler.v24.2.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