Skip to main content

LayoutResLocalizer Class

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

Namespace: DevExpress.XtraLayout.Localization

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class LayoutResLocalizer :
    XtraResXLocalizer<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