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

ASPxHtmlEditorLocalizer.CreateResXLocalizer() Method

Returns an object comprising resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.Web.ASPxHtmlEditor.Localization

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override XtraLocalizer<ASPxHtmlEditorStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxHtmlEditorStringId>

A XtraLocalizer<T> object comprising resources based on the thread’s culture.

Remarks

For internal use only.

See Also