XtraLocalizer<T>.WriteToXml(String) Method
Saves the current XtraLocalizer<T>‘s resources to the specified XML file.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A String specifying the file name (including the file path), to which all localization resources will be saved. |
See Also