Adds the lang attribute to an HTML tag.
Note: This is only used for <html> tags.
Value | Use |
---|---|
null | prevents the attribute from being added |
string | adds the value of 'string' as the attribute |
$lang = 'en';
<tag lang="en" {...}
###Methods Using This Parameter