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