DataSet.GetLocalizedIsoMetadataDocument Method
Gets the path to an ISO 19139 metadata document for a specific language.
GetLocalizedIsoMetadataDocument(System.String language)
Gets the path to an ISO 19139 metadata document for a specific language.Syntax
public System.String GetLocalizedIsoMetadataDocument (
System.String language
)
Parameters
The requested language.
Return Value
The path to an ISO 19139 metadata document for a specified language.
Remarks
If the path to an ISO document is specified for the requested language, that path is returned. Otherwise the value of the IsoMetadataDocument property is returned, possibly an empty string.
You can check if a metadata document is actually set for a specific language or if the default value would be returned, see HasLocalizedIsoMetadataDocument.
Platforms
Windows, Linux, Android