Skip to main content
A newer version of this page is available. .

LayoutResLocalizer Class

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

Namespace: DevExpress.XtraLayout.Localization

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public class LayoutResLocalizer :
    LayoutLocalizer

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<DevExpress.XtraLayout.Localization.LayoutStringId>
LayoutLocalizer
LayoutResLocalizer
See Also