Skip to main content

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

XtraLocalizer<T> Events
Show Inherited Hide Inherited

Represents the base class for all localizer classes.
Name Description
ActiveChanged static Fires immediately after the XtraLocalizer<T>.Active property value has been changed.
QueryLocalizedString static Allows you to localize resources for all DevExpress UI controls in your application. Inherited from XtraLocalizer.
QueryLocalizedStringContainerResource static Allows you to localize resources of data forms integrated in DevExpress UI controls. Inherited from XtraLocalizer.
QueryLocalizedStringNonTranslated static Allows you to obtain resource strings that are not localized for the current locale (culture). Inherited from XtraLocalizer.
See Also