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

ASPxDiagramResourcesLocalizer Class

An object that provids a means to localize the ASPxDiagram‘s user interface elements at runtime.

Namespace: DevExpress.Web.ASPxDiagram.Localization

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

Declaration

public class ASPxDiagramResourcesLocalizer :
    ASPxResLocalizerBase<ASPxDiagramStringId>

Remarks

The ASPxDiagram 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. ASPxDiagram runtime interface localization can be performed via the ASPxRichEditResourcesLocalizer object. It provides localized culture resource string values and allows you to override them.

If a project is localized via satellite resource assemblies, the ASPxRichEditResourcesLocalizer object provides localized culture resource string values; otherwise it provides default culture resource string values)

In a different way, you can use the ASPxDiagramLocalizer class to localize the ASPxDiagram at runtime. This class has the same functionality, but always provides default (en) culture resource string values.

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

See Also