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> Class

Represents the base class for all localizer classes.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public abstract class XtraLocalizer<T> :
    XtraLocalizer
    where T : struct

#Type Parameters

Name
T

The following members return XtraLocalizer objects:

#Remarks

To learn more on localization of DevExpress products, refer to the Localization (Windows Forms Controls) and Localization (ASP.NET Controls) documents.

#Inheritance

Show 91 items
Object
XtraLocalizer
XtraLocalizer<T>
See Also