Changing meta tags
-
Hello,
I see that qtranslate adds a meta tag:
<meta http-equiv=”Content-Language” content=”ja” />
However, I am using HTML5, which also declares the language in the <html> tag, like so:
<html lang=”en-US”>
Is there a variable I can set, so that the lang attrribute will change when the user switches languages?
The topic ‘Changing meta tags’ is closed to new replies.