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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
XmlDocument | A XmlDocument object. |
See Also