Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

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

public virtual void WriteToXml(
    string fileName
)

#Parameters

Name Type Description
fileName String

A String specifying the file name (including the file path), to which all localization resources will be saved.

See Also