aspnet-devexpress-dot-web-dot-aspxscheduler-dot-localization-a042e739.md
Provides a means to localize the ASPxScheduler‘s UI elements at runtime.
Namespace : DevExpress.Web.ASPxScheduler.Localization
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxSchedulerResLocalizer :
ASPxResLocalizerBase<ASPxSchedulerStringId>
Public Class ASPxSchedulerResLocalizer
Inherits ASPxResLocalizerBase(Of ASPxSchedulerStringId)
Use the ASPxSchedulerResLocalizer class to access resource string values and override them at runtime.
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.
Object XtraLocalizer XtraLocalizer<ASPxSchedulerStringId> DevExpress.Utils.Localization.XtraResXLocalizer<ASPxSchedulerStringId> ASPxResLocalizerBase<ASPxSchedulerStringId> ASPxSchedulerResLocalizer
See Also