CaptionHelper.SetLocalizedText(String, IList<String>, IList<String>) Method
This SetLocalizedText method overload is intended for internal use.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public static void SetLocalizedText(
string groupPath,
IList<string> itemNames,
IList<string> itemValues
)
Parameters
| Name | Type |
|---|---|
| groupPath | String |
| itemNames | IList<String> |
| itemValues | IList<String> |
See Also