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

Localization

Localization is the process of translating a product into a different language. All DevExpress .NET products have localizable resources for UI elements such as dialog boxes, button captions, menu items and error messages.

By localizing the application resources, you can provide an interface that is specific to a particular culture or locale.

For instance, the following image illustrates a WinForms Designer form localized into Spanish.

Localization_LocalizedDesigner

Depending on the used control, select one of the following approaches to localize the application’s UI.

Control

Satellite Resource Assemblies (recommended)

Localizer Objects

DashboardDesigner

DashboardViewer

Yes

Documentation: Localizing WinForms Controls via Satellite Resource Assemblies

Yes

Example: How to: Localize the Dashboard WinForms UI using Localizers

ASPxDashboard

Yes

Documentation: Localizing ASP.NET Controls via Satellite Resource Assemblies

No

ASPxDashboardViewer

Yes

Documentation: Localizing ASP.NET Controls via Satellite Resource Assemblies

Yes

Example: How to: Localize the Web Dashboard Viewer UI using Localizers

Refer to the Localization Service document to learn how to use the DevExpress Localization Web Service to translate an application into other languages.