[TYPO3-german] css localization

Marco Peemöller listen at goto-marco.de
Wed Oct 3 16:15:26 CEST 2007


Achim Gerber schrieb:
> Hi Cornelius,
> 
> danke fuer deine Antwort.
> 
> ich bin nun noch ueber das lang(...) argument auf de w3.org seite gestolpert
> 
>     The richer selector syntax of CSS2 may be used to create
>     language-sensitive typography. For example, some Chinese and
>     Japanese characters are unified to have the same Unicode codepoint,
>     although the abstract glyphs are not the same in the two languages.
> 
>     *:lang(ja-jp) { font: 900 14pt/16pt "Heisei Mincho W9", serif }
>     *:lang(zh-tw) { font: 800 14pt/16.5pt "Li Sung", serif }
>       

Interessant, dieses Element war mir so noch gar nicht bewusst, obwohl 
ich es bestimmt schon mal gesehen habe. Das mag aber auch daran liegen, 
dass selfhtml folgendes schreibt:

"Diese Angaben werden auch vom Internet Explorer 7 noch nicht 
interpretiert."

Ich würde es über eine Classe im Bodytag machen.

page.bodyTagCObject = HTML	
page.bodyTagCObject.value = <body class="de">

#### English language, sys_language.uid = 1
[globalVar = GP:L = 1]
page.bodyTagCObject.value = <body class="en">
[global]

body.de p {
	background:red;
}

body.en p {
	background:blue;
}

Viele Grüße

Marco


More information about the TYPO3-german mailing list