SystemWindowsFormsModule.GetXafResourceLocalizerTypes() Method
Returns a collection of additional Resource Localizer types that can be used in an application that uses the SystemWindowsFormsModule.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Returns
Type | Description |
---|---|
ICollection<Type> | An ICollection<Type> collection containing the types of the Resource Localizers supplied with the SystemWindowsFormsModule. |
Remarks
For information on Resource Localizers, refer to the ModuleBase.GetXafResourceLocalizerTypes method description.
See Also