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

ASPxHtmlEditorLocalizer Class

An object providing a means to localize the ASPxHtmlEditor‘s user interface elements at runtime.

Namespace: DevExpress.Web.ASPxHtmlEditor.Localization

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

Declaration

public class ASPxHtmlEditorLocalizer :
    XtraLocalizer<ASPxHtmlEditorStringId>

Remarks

The ASPxHtmlEditor allows you to localize its user interface elements at runtime. This approach can be useful, for example, if you want to set the resource value based on a run-time condition. ASPxHtmlEditor runtime interface localization can be performed via the ASPxHtmlEditorLocalizer object. It provides default (en) culture resource string values and allows you to override them.

In a different way, you can use the ASPxHtmlEditorResLocalizer class to localize ASPxHtmlEditor at runtime. This class has the same functionality, but provides localized culture resource string values (if a project is localized using satellite resource assemblies or global resources; otherwise it provides default culture resource string values).

For more information, refer to the Localizing ASP.NET Controls via Localizer Objects topic.

Inheritance

See Also