XmlUtilsLocalize Method (String, XmlElement) |
Localizes XML content by 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 public static void Localize(
string componentName,
XmlElement xeElement
)
Parameters
- componentName
- Type: SystemString
The configuration component name. - xeElement
- Type: System.XmlXmlElement
The XML element to be localized.
See Also