language package:blaze-html

Combinator for the language attribute. Example:
div ! language "bar" $ "Hello."
Result:
<div language="bar">Hello.</div>