Hi, You don't localize it on the server (your ASP.NET application). It's a client-side control so it's automatically displayed according to the end-user language. For instance, a user running your ASP.NET application on a German computer will see the upload button in german. Hope this helps...