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

Localization

  • 2 minutes to read

Localization allows you to translate DevExpress WinForms UI controls into different languages. From straightforward localization with pre-built satellite resource assemblies to manual translation of the UI using a comprehensive API, DevExpress WinForms UI controls include everything you need to quickly develop multicultural enterprise applications.

Localized UI Controls, DevExpress

Satellite Resource Assemblies

All DevExpress WinForms controls can be localized using satellite resource assemblies. DevExpress delivers satellite assemblies for a large variety of languages and cultures. Our Unified Component Installer includes resource files for the following cultures: German (DE), Japanese (JA), and Spanish (ES).

Read the following topic for information: Satellite Resource Assemblies.

This technique allows you to easily translate or rename our shipping resources on the fly (for example, titles, menu commands, messages, etc.). Read the following topic for information and examples: Localizer Objects.

Note

The localization-related API takes priority over satellite resource assemblies.

Tip

Use our Online Localization Service to modify our shipping resources or create satellite assemblies for a different language.

Include Satellite Assemblies in a Deployment

See Also