SEO addon + multilanguage + dir="rtl"

Hi there!



We have a multilanguage webshop with cs-cart 2.1 version. We do not have single url for all languages, so in the head section of the HTML code, cs-cart generates this content:

<br />
<link title="English" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="en" href="/?sl=EN" /><br />
<link title="Français" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="fr" href="/?sl=FR" /><br />
<link title="Deutsch" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="de" href="/?sl=DE" /><br />
<link title="Română" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="ro" href="/?sl=RO" /><br />
<link title="Русский" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="ru" href="/?sl=RU" /><br />
<link title="Magyar" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="hu" href="/?sl=HU" /><br />
<link title="Polski" dir="rtl" type="text/html" rel="alternate" charset="utf-8" hreflang="pl" href="/?sl=PL" /><br />

```<br />
I recognized in the /skins/basic/customer/addons/seo/hooks/index/meta.post.tpl file generates that content.<br />
If you see, there is a dir="rtl" tag, which means: direction right to left. None of these languages are right to left, so I'm very confused <img src="upload://yGrKuhdxbbf2nIFvV2XDJuEFQb7.gif" class="bbc_emoticon" alt=":)"><br />
<br />
I would like to ask a cs-cart master, that what does that code means?

Thanks for the post sharing with us.