Localisation made easy for WPF
            
        
     
    
        
            
            0 comments
             /  
                    posted by 
                    Silverlight Show
                     on 
            Jan 11, 2013 (3 weeks ago)
        
     
    
    
        
            Tags:  
                    wpf
                , 
                    localization
                , 
                    vincent-piel
        
		 
    
        Read original post by Vincent Piel at Code Project I was looking for a way to localize my application in a way that would be simple to handle, both for the developer and for the translator, and since I couldn't find any, I found this very simple solution that I would like to share with you. My goals were: Allow language switch at run time. Simple to add/modify a language for the developer or for t ...