Click or drag to resize

XmlUtilsLocalize Method (String, XmlReader, XmlWriter, CultureInfo)

Localizes XML content by transferring nodes from reader to writer and treating text content embedded in "[T:...]" as resource keys. The resource texts are retrieved from configuration component componentName.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void Localize(
	string componentName,
	XmlReader reader,
	XmlWriter writer,
	CultureInfo culture
)

Parameters

componentName
Type: SystemString
The configuration component name.
reader
Type: System.XmlXmlReader
The XML reader.
writer
Type: System.XmlXmlWriter
The XML writer.
culture
Type: System.GlobalizationCultureInfo
The localization culture.
See Also