This question is locked. New answers and comments are not allowed.
I'm wondering if there is a way to force a control to update its localization strings after the UI is loaded. Our application has the ability to change languages at any time. If the user brings up a page and a RadGridView and RadDataPager are on it, and then change language, the localization strings don't change, but it works fine if the language is set before the page is loaded. I've tried calling InvalidateArrange() and InvalidateMeasure() but that does not seem to work. Has anyone found a way to do this?