Hey all,
Some of the sites I design in wordpress are in different languages, such as french, english, spanish. I don't need the wp-admin in a different language...it's just I'd like the content to have the correct meta tags.
At present, it seems to default to:
<html dir="ltr" lang="en-US">
<meta charset="UTF-8" />
And I'd like on some of my sites for it to default to something like this:
<meta http-equiv="Content-Language" content="FR">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Anyone have any ideas?
Thanks
Ronnie