Back to Devexpress

XtraLocalizer<T>.WriteToXml(String) Method

corelibraries-devexpress-dot-utils-dot-localization-dot-xtralocalizer-1-dot-writetoxml-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

XtraLocalizer<T>.WriteToXml(String) Method

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

Namespace : DevExpress.Utils.Localization

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual void WriteToXml(
    string fileName
)
vb
Public Overridable Sub WriteToXml(
    fileName As String
)

Parameters

NameTypeDescription
fileNameString

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

|

See Also

XtraLocalizer<T> Class

XtraLocalizer<T> Members

DevExpress.Utils.Localization Namespace