Skip to main content
All docs
V24.2
.NET 8.0+

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

ICaptionHelperProvider.GetCaptionHelper() Method

Returns the Caption Helper.

Namespace: DevExpress.ExpressApp.Services.Localization

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

ICaptionHelper GetCaptionHelper()

#Returns

Type Description
DevExpress.ExpressApp.Utils.ICaptionHelper

The Caption Helper.

#Remarks

Refer to the following help topics to find examples on how to use this method in different scenarios:

See Also