Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CaptionHelper.SetLocalizedText(String, String, String) Method

This SetLocalizedText method overload is intended for internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static void SetLocalizedText(
    string groupPath,
    string itemName,
    string itemValue
)

Parameters

Name Type
groupPath String
itemName String
itemValue String
See Also