Skip to main content
All docs
V24.2

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

XtraLocalizer.HandleRequestsFromAllThreads() Method

In This Article

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

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v24.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