I have a homepage tagline for my WordPress website. I have a multilingual plugin installed called Qtranslate x. Now I can have an English version for every page but the title of the homepage remains in Dutch (original language). That is because it is determined in the general theme options section.
Is there anything I can do so that the homepage tagline can also be multilingual?
A full solution would allow you to define the title(s) via options, but this will get you started in the right direction.
In your theme’s function file, add this code (that utilizes the wp_title filter):
One source (probably not the best) for language Identifiers is here: http://www.i18nguy.com/unicode/language-identifiers.html