When I write ü, a ? appears. So I have to write ü instead of ü. But with utf-8 it should be automatically German, I thought. (In my other blog it works fine)
In header.php it says:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
Where is
<?php language_attributes(); ?> defined? I can't find it. But: it automatically places
dir="ltr" lang="de-DE" in it. (so it should work?!)
The other code is
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="de" />
I already changed the language from en to de (deutsch=German).