Blog: localization

Content available in other languages

This post was written in en

Image without description

Read Blog Post en français.

Once a moon, I'll write in French, During our last Indieweb Meeting, we discussed, "Multilngual Brainstorming" related to h-entry tags.

Let's talk about this briefly!

If we must bring up the subject, content localization goes hand in hand.

The main question is, "How do I present content in different languages on my website"

It is important to use , href to select the ISO two-letter abbreviation of the intended language to be used. For this example below, we would use Spanish. The ISO code would be ES. The link must point to the version of the content in the intended language .

For Example:


<a rel="alternate" href=""  hreflang="[language abbreviation]">[link content]</a>


Example using`rel="alternate" ' with Spanish as the selected language option.

<html lang="en">

<article class="h-entry">
  <h1 class="p-name"> <a href="/in-english" class="u-url">Article in English</a> </h1>
  Read <a rel="alternate" href="/en-espanol" hreflang="es">Article en Espanol</a>
</article>
gRegor Morrill

Thank you for getting me up to speed with this topic and for providing me some sweet examples. It will make life easier. ! c

Some links :


Le contenu disponible dans d'autre langues

This post was written in fr

Image without description Read Blog Post in English

Normalement, j'écris en anglais. Pendant la dernière réunion d'IndieWeb, on a discuté le "multilingual-brainstorming" avec les balises ou catégorisation (tags en anglais) "h-entry."

C'est parti !

C'est important pour la localization .

La question présentais, "Comment presenter le contenu des blog posts en langues different ?"

Il faut utiliser la balise, href pour la selection de la langue en format ISO - Code des langues. Par exemple, l'espagnol sera le code, ES. Il est important d'avoir un lien où le contenu est disponible dans la langue prévue.

Par Example:


<a rel="alternate" href=""  hreflang="[abréviation du langue]">[contenu du lien]</a>


Example avec rel="alternate" qu’utilise l'espagnol.

<html lang="en">

<article class="h-entry">
  <h1 class="p-name"> <a href="/in-english" class="u-url">Article in English</a> </h1>
  Read <a rel="alternate" href="/en-espanol" hreflang="es">Article en Espanol</a>
</article>
gRegor Morrill

Merci 1000 fois pour t'assistance. Je suis mis à jour!

Some Links :