Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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">
...