Back to Devexpress

LayoutLocalizer Class

windowsforms-devexpress-dot-xtralayout-dot-localization.md

latest2.0 KB
Original Source

LayoutLocalizer Class

A base class that provides necessary functionality for custom localizers of the Layout Manager.

Namespace : DevExpress.XtraLayout.Localization

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class LayoutLocalizer :
    XtraLocalizer<LayoutStringId>
vb
Public Class LayoutLocalizer
    Inherits XtraLocalizer(Of LayoutStringId)

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 LayoutLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<DevExpress.XtraLayout.Localization.LayoutStringId> LayoutLocalizer

See Also

LayoutLocalizer Members

Localization

DevExpress.XtraLayout.Localization Namespace