← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Operator.GetLocalizedIsoMetadataDocument Method

Gets the path to an ISO 19139 metadata document for a specific language.

Thread safety: This property is not thread-safe.

GetLocalizedIsoMetadataDocument(System.String language)

Gets the path to an ISO 19139 metadata document for a specific language.

Syntax

C#
public System.String GetLocalizedIsoMetadataDocument (
    System.String language
)

Parameters

language
Type: System.String
The requested language.

Return Value

Type: System.String
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.

Tip

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

See Also

Reference

Operator Class
Core Module

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept