Skip to main content

ASPxResLocalizerBase(XtraLocalizer<T>) Constructor

Initializes a new instance of the ASPxResLocalizerBase<T> class with the specified default localizer that provides default values of localizable resources.

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxResLocalizerBase(
    XtraLocalizer<T> embeddedLocalizer
)

Parameters

Name Type Description
embeddedLocalizer XtraLocalizer<T>

An XtraLocalizer<T> object representing the default localizer.

See Also