Skip to main content
All docs
V25.1
  • 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.SaveLocalization(Object, String) Method

    Updates collection items related to the specified reporting component (control) and the specified culture.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    #Declaration

    public void SaveLocalization(
        object component,
        string culture
    )

    #Parameters

    Name Type Description
    component Object

    A reporting component (control).

    culture String

    A string that is the name of the culture.

    #Remarks

    The method updates collection items with new values or creates and adds localization items if they are not found in the collection.

    See Also