Skip to main content
.NET 6.0+

CaptionHelper.SetLocalizedText(String, IDictionary<String, String>) Method

This SetLocalizedText method overload is intended for internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static void SetLocalizedText(
    string groupPath,
    IDictionary<string, string> itemsAndValues
)

Parameters

Name Type
groupPath String
itemsAndValues IDictionary<String, String>
See Also