This question is locked. New answers and comments are not allowed.
I am implementing a customLocalizationManager, and I have a few questions:
1) I have to get the strings for the localization manager from the server (webservice call), so I am necessarily filling it in after the UI has been made. I initially noticed (as was noted in the help) that several strings would not localize properly because of this. I've managed to get around it by starting the radcontrols (radgrid, raddatapager, radupload) with Visibility=Collapsed, and then making them visible after the strings have been loaded. However, I was wondering if there was any other way to get the controls to refresh their strings if, for example, I need to change them partway through.
2) Does the localization work in general? I would like to put in a radtoolbar and have the tooltips on the buttons be localized strings. Can I do that?
--Christina
1) I have to get the strings for the localization manager from the server (webservice call), so I am necessarily filling it in after the UI has been made. I initially noticed (as was noted in the help) that several strings would not localize properly because of this. I've managed to get around it by starting the radcontrols (radgrid, raddatapager, radupload) with Visibility=Collapsed, and then making them visible after the strings have been loaded. However, I was wondering if there was any other way to get the controls to refresh their strings if, for example, I need to change them partway through.
2) Does the localization work in general? I would like to put in a radtoolbar and have the tooltips on the buttons be localized strings. Can I do that?
--Christina