Design considerations for a multi-language web application
        Posted  
        
            by gAMBOOKa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gAMBOOKa
        
        
        
        Published on 2010-04-28T18:58:15Z
        Indexed on 
            2010/05/08
            11:18 UTC
        
        
        Read the original article
        Hit count: 308
        
I was asked by an interviewer today how I would implement Arabic as a second language into a PHP web application. I talked about choosing a unicode encoding for the database and the front-end, and designing RTL friendly user interface modules. And he didn't seem too happy with the answer. I don't really know anything about multi-lingual systems, how would you have answered that question?
© Stack Overflow or respective owner