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

ASPxperienceResLocalizer Class

An object providing a means to localize the Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management, and Multi-Use Site Controls controls’ user interface elements at runtime.

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class ASPxperienceResLocalizer :
    ASPxResLocalizerBase<ASPxperienceStringId>

Remarks

You can localize 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. Controls runtime interface localization can be performed via the ASPxperienceResLocalizer object. It 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) and allows you to override them.

In a different way, you can use the ASPxperienceLocalizer class to localize the controls 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