Skip to main content
All docs
V23.2

DashboardLocalizationProvider.GetLocalizationMessagesAsync() Method

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public Task<Dictionary<string, string>> GetLocalizationMessagesAsync()

Returns

Type
Task<Dictionary<String, String>>
See Also