Back to Devexpress

XtraLocalizer.WriteToXml(String, HashSet<String>) Method

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-dot-writetoxml-x28-system-dot-string-system-dot-collections-dot-generic-dot-hashset-system-dot-string-x29.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public static void WriteToXml(
    string fileName,
    HashSet<string> resourceIds
)
vb
Public Shared Sub WriteToXml(
    fileName As String,
    resourceIds As HashSet(Of String)
)

Parameters

NameTypeDescription
fileNameString

The file name.

| | resourceIds | HashSet<String> |

The resource identifiers.

|

See Also

WriteAllToXml

WriteNonTranslatedToXml

XtraLocalizer Class

XtraLocalizer Members

DevExpress.Utils.Localization Namespace