lang - speced/respec GitHub Wiki
Type: string
Default: "en"
Sets the language of the document. Corresponds to the lang attribute on the <html> element.
<html lang="fr">- Set directly on the
<html>element, not inrespecConfig - Use BCP 47 language tags (e.g.
"en","fr","zh-Hans","ar") - Some ReSpec-generated strings are localized for supported languages (see i18n support)
- Always pair with the correct
dirattribute for RTL languages