Hi Anthyx,
I have the same issue. Since nobody answered here, I was wondering if you found a solution elsewhere 🙂
Thanks,
Oedition
Hello,
I used in my child theme footer.php the get_locale(), values for the languages can be found in wp/language admin screen (Locale).
i.e.
if (get_locale() == ‘en_GB’) {
…
} else {
…
}
I think problem with this solution is if you want to use cache-program it is caching only other footer and not other.
Add a regular menu in the footer and then create language specific menues in the backend. This is the only right way to handle this. Don’t set a hard coded link in the souce code.