Skip to main content
A newer version of this page is available. .

SystemAspNetModule.GetXafResourceLocalizerTypes() Method

Returns a collection of additional Resource Localizer types that can be used in an application that uses the SystemAspNetModule.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public override ICollection<Type> GetXafResourceLocalizerTypes()

Returns

Type Description
ICollection<Type>

An ICollection<Type> collection containing the types of the Resource Localizers supplied with the SystemAspNetModule.

Remarks

For information on Resource Localizers, refer to the ModuleBase.GetXafResourceLocalizerTypes method description.

See Also