Span lang

Displays a span HTML with lang attribute to specifi another language.

In accessibility, it is necessary to identify words corresponding to a language other than the content of the page.

Example

Markdown usage

{{< span_lang text="English text" lang="en" >}}

HTML rendered

<span lang="en">English text</span>

Visual renderer

Lorem ipsum

Datas

text: ""
lang: ""

CMS

  • Hugolify admin Not available
  • Decap CMS Not available