Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

VGridResLocalizer Class

A default localizer to translate resources for WinForms Vertical Grid.

Namespace: DevExpress.XtraVerticalGrid.Localization

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#Declaration

public class VGridResLocalizer :
    XtraResXLocalizer<VGridStringId>

#Remarks

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

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DevExpress.XtraVerticalGrid.Localization.VGridStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<DevExpress.XtraVerticalGrid.Localization.VGridStringId>
VGridResLocalizer
See Also