Skip to main content
All docs
V26.1
  • DashboardLocalizationProvider.GetLocalizationMessagesAsync() Method

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v26.1.AspNetCore.dll

    Declaration

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

    Returns

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