Back to Devexpress

LayoutResLocalizer Class

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

latest1.8 KB
Original Source

LayoutResLocalizer Class

A default localizer to translate resources for the WinForms Layout Manager.

Namespace : DevExpress.XtraLayout.Localization

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class LayoutResLocalizer :
    XtraResXLocalizer<LayoutStringId>
vb
Public Class LayoutResLocalizer
    Inherits XtraResXLocalizer(Of LayoutStringId)

Remarks

Normally, you do not need to manually use an instance of the LayoutResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

Inheritance

Object XtraLocalizer XtraLocalizer<DevExpress.XtraLayout.Localization.LayoutStringId> DevExpress.Utils.Localization.XtraResXLocalizer<DevExpress.XtraLayout.Localization.LayoutStringId> LayoutResLocalizer

See Also

LayoutResLocalizer Members

DevExpress.XtraLayout.Localization Namespace