Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static void WriteToXml(
        string fileName,
        HashSet<string> resourceIds
    )

    Parameters

    Name Type Description
    fileName String

    The file name.

    resourceIds HashSet<String>

    The resource identifiers.

    See Also