corelibraries-devexpress-dot-utils-dot-localization.md
Includes a comprehensive API to localize DevExpress UI controls.
Namespace : DevExpress.Utils.Localization
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public abstract class XtraLocalizer
Public MustInherit Class XtraLocalizer
The XtraLocalizer class implements a localization-related API that allows you to translate DevExpress UI controls and forms into different languages and develop multicultural enterprise applications.
The QueryLocalizedString and QueryLocalizedStringContainerResource events allow you to localize resources for all DevExpress UI controls and their built-in data forms in your application. These events fire when a control or data form requests a resource string. Handle these events to translate or modify resource strings as needed.
Use the UserResourceManager property to leverage RESX files with your localization strings:
XtraLocalizer.UserResourceManager = Localization.myResources.ResourceManager;
XtraLocalizer.UserResourceManager = Localization.myResources.ResourceManager
Show 91 items
Object XtraLocalizer XtraLocalizer<T>
ASPxRichEditResourcesLocalizer
ASPxSpreadsheetResourcesLocalizer
RichEditExtensionsResLocalizer
XtraSpreadsheetCellErrorNameLocalizer
XtraSpreadsheetFunctionNameLocalizer
See Also