LocalizationManager.Manager = new LocalizationManager() { ResourceManager = myclass.Web.Resources.RadUploadResources.ResourceManager }; LocalizationManager.Manager = new LocalizationManager() { ResourceManager = myclass.Web.Resources.RadGridViewResources.ResourceManager };Thank you
4 Answers, 1 is accepted
In order to provide you with an appropriate solution, we would need more details about your exact scenario. Are you trying to localize the two RadControls simultaneously by using different Resource files? Or you need them to be translated depending on a certain condition?
Following the way you are trying to specify the Localization, it is the expected behavior to dismiss the first setting of the LocalizationManager as you are trying to set two different Resource files to one and the same thing - Manger.
Maya
the Telerik team
I'm trying to localize the two RadControls simultaneously by using different Resource files. I don't want to localize two different object in the same resource.
For the time being there is no easy and straightforward way to set your application to use Resources from two different files. What you need to do in this case is to merge all the resource strings into one file and set it to the LocalizationManager.Manager property for example.
Maya
the Telerik team