Skip to main content

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

LocalizationItemCollection.AddRange(LocalizationItem[]) Method

Appends an array of localization items to the collection.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public void AddRange(
    LocalizationItem[] items
)

#Parameters

Name Type Description
items LocalizationItem[]

An array of localization items to add to the collection.

#Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also