Class XmpLocale

XmpLocale class

Represents language code.

public sealed class XmpLocale : XmpText

Constructors

NameDescription
XmpLocale(string)Initializes a new instance of the XmpLocale class.

Properties

NameDescription
Value { get; set; }Gets or sets the text value.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

Remarks

See IETF RFC 3066.

See Also