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

DashboardsResLocalizer Class

Provides localized strings for the dashboard user interface elements.

Namespace: DevExpress.DashboardCommon.Localization

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DashboardsResLocalizer :
    XtraResXLocalizer<DashboardStringId>

#Remarks

See the following topic for more information: Localizer Objects.

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DashboardStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<DashboardStringId>
DashboardsResLocalizer
See Also