XtraLocalizer.WriteToXml(String, HashSet<String>) Method
Writes resource strings for the specified resource identifiers to a file in XML format.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileName | String | The file name. |
resourceIds | HashSet<String> | The resource identifiers. |
See Also