On Nov 24, 2:03 pm, Parasuraman <[email protected]> wrote: > Hi All, > > I want to change the browse.. button option available in the > FileUpload of GWT. Browse button option should be localized in the > FileUpload.. How do i localized??
The same as you localize an <input type=file> in HTML; i.e. you just can't (this is seen as a security feature: you can't mislead the user; there's also the argument that not all browsers render an <input type=file> as a textbox or label –to display the selected file's name and/or path– and a "browse" button, a browser could actually –per spec– render it the way it wants) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
