XtraLocalizer.HandleRequestsFromAllThreads() Method
Allows to use localizer objects (including custom localizers) accross all application threads.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
Call the HandleRequestsFromAllThreads
method at application startup to use localizer objects (descendants of Localizer classes that correspond to UI controls) accross all application threads. By default, localizers are used in the thread where they were created/activated (see XtraLocalizer<T>.Active).
See Also