language -package:iso639

Combinator for the language attribute. Example:
div ! language "bar" $ "Hello."
Result:
<div language="bar">Hello.</div>
Run a generator, returning all members of the language. The members are returned as parse results paired with the list of tokens used to produce the result. The elements of the returned list of results are sorted by their length in ascending order. If there are multiple results of the same length they are returned in an unspecified order.
The language subtag
"language" field for "eval" operation. Default: Nothing.
Creates a value of Language with the minimum fields required to make a request. Use one of the following lenses to modify other fields as desired:
A helper module that defines some language definitions that can be used to instantiate a token parser (see Text.Parsec.Token).
Parsec compatibility module
Suitable for HTTP language-ranges as defined in RFC4647. Specifically:
language-range = (1*8ALPHA *("-" 1*8alphanum)) / "*"
Defines the Language accept header with an Accept instance for use in language negotiation.
The language for an embedded code block.
This represents a Haskell language dialect. Language Extensions are interpreted relative to one of these base languages.
An RFC-3066 language designator to choose scripts.
The PangoLanguage structure is used to represent a language. PangoLanguage pointers can be efficiently copied and compared with each other.