Prop Link Hreflang
# Link hreflang Property
[ Link Object](#)
* * *
## Definition and Usage
The hreflang property specifies the language of the text in the linked document.
## Syntax
Set the hreflang property:
linkObject.hreflang="_language-code_"
Return the hreflang property:
linkObject.hreflang
* * *
## Browser Support

All major browsers support the hreflang property
* * *
## Example
## Example
Display the language of the linked document:
function displayResult(){
var x=document.getElementById("link1").hreflang;
alert(x);
}
[Try it Β»](#)
* * Link Object](#)
YouTip