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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
embeddedLocalizer | XtraLocalizer<T> | An XtraLocalizer<T> object representing the default localizer. |
See Also