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

ASPxResLocalizerBase<T> Class

Represents the base class for all localizer classes, which are used to localize DevExpress ASP.NET controls.

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public abstract class ASPxResLocalizerBase<T> :
    XtraResXLocalizer<T>
    where T : struct

#Type Parameters

Name
T
See Also