Posted by Toby Inkster on 07/15/06 20:03
cool2005 wrote:
> If the GUI layout is defined in CSS, does anyone use one set of css for
> each locale?
CSS allows you to select elements based on their language. Say you want
all French text to be in green, and German list items to be in red:
*:lang(fr) { color: green }
LI:lang(de) { color: red }
However, it's fairly poorly supported.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Now Playing ~ ./data/music/corrs/breathless.ogg
Navigation:
[Reply to this message]
|