Skip to main content
A newer version of this page is available. .

XtraLocalizer<T>.WriteToXml(String) Method

Saves the current XtraLocalizer<T>‘s resources to the specified XML file.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v19.1.dll

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