Back to Devexpress

TreeListLocalizer Class

windowsforms-devexpress-dot-xtratreelist-dot-localization.md

latest2.1 KB
Original Source

TreeListLocalizer Class

A base class that provides necessary functionality for custom localizers of the Tree List control.

Namespace : DevExpress.XtraTreeList.Localization

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public class TreeListLocalizer :
    XtraLocalizer<TreeListStringId>
vb
Public Class TreeListLocalizer
    Inherits XtraLocalizer(Of TreeListStringId)

Remarks

Note

There are controls that only satellite assemblies can translate (for example, the Search dialog in XtraReports). We recommend that you use satellite assemblies to translate the application. Also, note that satellite assemblies are ignored if you use a custom localizer.

For more information on utilizing the TreeListLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<DevExpress.XtraTreeList.Localization.TreeListStringId> TreeListLocalizer

See Also

TreeListLocalizer Members

Localization

DevExpress.XtraTreeList.Localization Namespace