DashboardLocalizationProvider.GetLocalizationMessagesAsync() Method
In This Article
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public Task<Dictionary<string, string>> GetLocalizationMessagesAsync()
#Returns
Type |
---|
Task<Dictionary<String, String>> |
#Implements
See Also