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

CaptionHelper Class

Exposes static methods used to localize display captions in an XAF application.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CaptionHelper

Remarks

CaptionHelper is an auxiliary class that deals with the localization of display captions. Since CaptionHelper requires the Application Model to work correctly, you cannot use CaptionHelper‘s methods until the application has been initialized.

To see an example of localizing custom strings using the CaptionHelper class, refer to the How to: Localize Custom String Constants help topic.

Inheritance

Object
CaptionHelper
See Also