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.