XmlUtilsLocalize Method (String, XmlElement, CultureInfo) |
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,
CultureInfo culture
)
Parameters
- componentName
- Type: SystemString
The configuration component name. - xeElement
- Type: System.XmlXmlElement
The XML element to be localized. - culture
- Type: System.GlobalizationCultureInfo
The localization culture.
See Also