Skip to main content
All docs
V24.2

DashboardLocalizationProvider.GetLocalizationMessagesAsync() Method

Namespace: DevExpress.DashboardAspNetCore

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

Declaration

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

Returns

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