Is there any aria-something or a role to add in a language switch link ? For exemple, I put two links in the footer to change the current language.
<a href="/language/switch/fr">Fr</a>
<a href="/language/switch/uk">Uk</a>
I there any semantic tag to add to this links ?