Skip to main content
All docs
V23.2

XtraLocalizer.HandleRequestsFromAllThreads() Method

Allows to use localizer objects (including custom localizers) accross all application threads.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static void HandleRequestsFromAllThreads()

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