Silverlight DataPager localization
        Posted  
        
            by gius
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gius
        
        
        
        Published on 2010-02-17T15:33:02Z
        Indexed on 
            2010/03/12
            10:27 UTC
        
        
        Read the original article
        Hit count: 713
        
Is it possible to localize DataPager's footer (Page X of Y) in Silvelright?
The strings seem to be located in resources embedded in the assembly of DataPager. So how should I localize it?
Unfortunately, almost nothing in the DataPager class is virtual and also many internal classes are used by it, so it is not possible (at least easily) to inherit DataPager and override the behavior.
© Stack Overflow or respective owner