GetSimple Support Forum

Full Version: <html lang="de" >?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

for some reasons I would like to have my pages marked up as in German language. In the GS settings I set it to "de_DE", but I still get these lines at the beginning of my pages:

Code:
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" > <!--<![endif]-->

How can I switch this to german?

Thank you,
Hypertexter
"For some reasons" I would change the above items in the template header to:

<!--[if IE 7 ]> <html lang="de" class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="de" class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="de" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="de" > <!--<![endif]-->

or maybe to "<html lang="de-DE" ...

GS setting "de-DE" are is only valid for GS, your settings above are IE - browser specific, or?
Einfach so von Hand? LOL

Ich hätte schreiben sollen: "for hyphenation reasons" Wink

Danke!
OK, also wenn es um Silbentrennung in den eingegebenen Texten im GS Editor geht,

sollten die Einstellungen im CKEditor (config oder CSS) zu realisieren sein, weil dort die Texteingabe/Textbehandlung erfolgt.

(Suchen mir Dr. Google nach "CKEditor.addCSS"), respektive ==>

bringt Dr. Google weitere Informationen mit Suchen nach: "Browser automatic hyphenation 2014" (Einstellungen Seiten auf Deutsch),

zB
http://wiki.selfhtml.org/wiki/CSS/Eigens...ng/hyphens
(mit Info und Beispielen)

oder hier:
https://css-tricks.com/almanac/properties/h/hyphenate/

Bei "stackoverflow" gibt es eine offizielle Infoseite für den CKEditor:
Stackoverflow CKEditor Beiträge ==>
(Anmeldung erforderlich)

Vielleicht findest Du dort etwas passendes ...
Gibt vielleicht es hier im Forum diesbezüglich bessere "Kundige"?
Sorry, ich weiß nicht, wie man hier ein Thema als gelöst markiert...

den CKEditor brauchte ich gar nicht. Die Silbentrennung macht der Browser (neuere Firefox), wenn man ihm eben die richtige Sprache der Webseite mitteilt. Es hat geklappt nach dieser Anleitung:

http://www.werbung-berlin-blog.de/css3-u...-mit-stil/

Nochmal vielen Dank, ich bin glücklich...

Gruß
Hypertexter