Skip to main content

DashboardWebResLocalizer(DashboardWebLocalizer) Constructor

Initializes a new instance of the DashboardWebResLocalizer class.

Namespace: DevExpress.DashboardWeb.Localization

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public DashboardWebResLocalizer(
    DashboardWebLocalizer localizer
)

Parameters

Name Type Description
localizer DashboardWebLocalizer

A DashboardWebLocalizer object specifying the default localizer.

See Also