Gets or sets a localizer object providing localization of the user interface at runtime.
Namespace: DevExpress.DashboardWin.Localization
Assembly: DevExpress.Dashboard.v18.2.Win.dll
public static XtraLocalizer<DashboardWinStringId> Active { get; set; }
Public Shared Property Active As XtraLocalizer(Of DashboardWinStringId)
Type | Description |
---|---|
XtraLocalizer<DashboardWinStringId> | An XtraLocalizer<T> descendant, used to localize the user interface at runtime. |
To manually localize the Dashboard user interface, create the DashboardWinLocalizer class descendant, and assign this object to the static Active property.