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

XtraLocalizer<T>.CreateXmlDocument() Method

Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v19.1.dll

Declaration

public virtual XmlDocument CreateXmlDocument()

Returns

Type Description
XmlDocument

A XmlDocument object.

See Also