Localization of UI
        Posted  
        
            by Nadeem
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nadeem
        
        
        
        Published on 2010-04-12T05:21:35Z
        Indexed on 
            2010/04/12
            6:33 UTC
        
        
        Read the original article
        Hit count: 203
        
c#
I am working on localization project and when i change the language the UI gets disturbed because some translations are large. For example say there is button with text "Select All". But when this is localized in french it reads as "Sélectionner tout". That is larger than Select All and hence the gui gets affected. Is there any way to localize the gui as well.
© Stack Overflow or respective owner