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