Skip to main content
All docs
V24.1

IDashboardLocalizationProvider.GetLocalizationMessagesAsync() Method

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

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

Returns

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