Skip to main content
All docs
V25.1
  • 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

    public IEnumerable<string> GetCultures()

    Returns

    Type Description
    IEnumerable<String>

    A list of culture names.

    See Also