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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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