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.

LocalizationResult

DevExpress ASP.NET controls can be localized using one of the following methods.

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

See Also