Coppermill
Coppermill

Reputation: 6794

Changing the language setting of the FileUpload UserControl

How do I change the language setting of the FileUpload UserControl.

The button keeps saying "Browse", no matter which language I have set.

I have the rest of the site working in the selected language.

Upvotes: 0

Views: 147

Answers (1)

Stefan P.
Stefan P.

Reputation: 9519

You cant change the FileUpload button text from server, the language is set by the OS, for this you'll need to use a JS file uploader like uploadify

Upvotes: 1

Related Questions