Website in right-to-left languages (Arabic, Hebrew)
        Posted  
        
            by jack
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jack
        
        
        
        Published on 2010-04-21T00:24:52Z
        Indexed on 
            2010/04/21
            0:33 UTC
        
        
        Read the original article
        Hit count: 356
        
I currently developing a multi-language interface for a Django project. But when I started to work on Arabic and Hebrew languages, I noticed all pages messed up after dir="rtl" to html tag (according to instructions on http://www.w3.org/International/tutorials/bidi-xhtml/)
Does that mean I need separate stylesheets for right-to-left languages?
© Stack Overflow or respective owner