Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CaptionHelper Fields

Exposes static methods used to localize display captions in an XAF application.
Name Description
CaptionsLocalizationGroup Specifies the default name for the Application Model‘s Localization | Captions node.
DefaultLanguage Specifies the default language display caption (see Localization Basics).
DefaultNullValueText Specifies the default value for the Value property of the Application Model‘s Localization | Texts | NullValueText node.
EnableCaptionCache static Specifies if XAF caches class and member captions for all locales.
NoneValue This field is intended for internal use.
NullValueTextNodeName Specifies the name of the Application Model‘s Localization | Texts | NullValueText node.
TextsLocalizationGroup Specifies the default name for the Application Model‘s Localization | Texts node.
UserLanguage Specifies the user language display caption (see Localization Basics). This is the default value of the Application Model‘s IModelApplication.PreferredLanguage property.
See Also