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

ASPxSchedulerLocalizer.CreateResXLocalizer() Method

Returns an object comprising resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.Web.ASPxScheduler.Localization

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override XtraLocalizer<ASPxSchedulerStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxSchedulerStringId>

A XtraLocalizer<T> object comprising resources based on the thread’s culture.

See Also