Skip to main content
A newer version of this page is available. .

XtraLocalizer<T> Class

Represents the base class for all localizer classes.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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 92 items
Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<T>
See Also