On Nov 24, 2:03 pm, Parasuraman <
parasuramankumaras...@gmail.com>
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)