aspnet-devexpress-dot-web-dot-aspxtreelist-dot-localization-2fd5c2e7.md
Provides a means to localize the ASPxTreeList‘s UI elements at runtime.
Namespace : DevExpress.Web.ASPxTreeList.Localization
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxTreeListResLocalizer :
ASPxResLocalizerBase<ASPxTreeListStringId>
Public Class ASPxTreeListResLocalizer
Inherits ASPxResLocalizerBase(Of ASPxTreeListStringId)
Use the ASPxTreeListResLocalizer class to access resource string values and override them at runtime.
You can use the ASPxTreeListLocalizer class to localize ASPxTreeList at runtime. This class provides the same functionality, but always contains default (en) culture resource string values.
For more information, refer to the following topic: Localizer Objects.
Object XtraLocalizer XtraLocalizer<ASPxTreeListStringId> DevExpress.Utils.Localization.XtraResXLocalizer<ASPxTreeListStringId> ASPxResLocalizerBase<ASPxTreeListStringId> ASPxTreeListResLocalizer
See Also