XmlUtilsLocalize Method |
Name | Description | |
---|---|---|
Localize(String, XmlElement) |
Localizes XML content by treating text content embedded in "[T:...]" as
resource keys. The resource texts are retrieved from configuration
component componentName.
| |
Localize(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.
| |
Localize(String, XmlReader, XmlWriter) |
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.
| |
Localize(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.
|