HtmlDocument.Lang (gb.xml.html)

Property Lang As String

Sets the content of the Lang tag

Examples

HtmlDocument.Html5 = True
HtmlDocument.Lang = "EN_us"
<!DOCTYPE html>
<html lang="EN_us">
<head>
<meta charset="utf-8">
...