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.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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