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

LocalizationItemCollection.GetCultures() Method

Gets the list of cultures contained in the localization items in the current collection.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public IEnumerable<string> GetCultures()

Returns

Type Description
IEnumerable<String>

A list of culture names.

See Also