LocalizationItemCollection.GetCultures() Method
Gets the list of cultures contained in the localization items in the current collection.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<String> | A list of culture names. |
See Also