Skip to main content
A newer version of this page is available. .
All docs
V20.1

LocalizationProvider.GetInstance(Object) Method

Returns a LocalizationProvider descendant instance of the specified type. Creates an instance if it is not already created.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public static LocalizationProvider GetInstance(
    object component
)

Parameters

Name Type Description
component Object

A component that determines the LocalizationProvider descendant type to obtain or create.

Returns

Type Description
LocalizationProvider

A LocalizationProvider descendant instance.

See Also