When the user hovers over the Telerik.Web.UI.RadUpload
input button a tooltip appears showing the current path of the file to be uploaded or a 'No file chosen' text.
AFAIK and from the official documentation for that component, it is necessary to load the localization related content from a .resx file, but I need to set that info via codebehind because the application I'm working on loads localization data from a cache.
A different approach could be to use the event raised whenever the cursor gets over the input button but I couldn't find neither an event nor an specific control holding that text.
Is there any other option letting me to set the content for that tooltip?