Skip to main content
All docs
V23.2

IDashboardLocalizationProvider.GetLocalizationMessagesAsync() Method

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Returns

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