Skip to main content

LocalizationItemCollection.GetCultures() Method

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerable<string> GetCultures()

Returns

Type Description
IEnumerable<String>

A list of culture names.

See Also