Back to Content

SVGAElement: hreflang property

files/en-us/web/api/svgaelement/hreflang/index.md

latest514 B
Original Source

{{APIRef("SVG")}}

The hreflang property of the {{domxref("SVGAElement")}} interface returns a string indicating the language of the linked resource.

This property can be set, to change the URL's hreflang value. It reflects the value of the hreflang attribute.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also