Rename Submit Button Of File Field

I’m using a fileField in a CActiveForm. The text on the submit button aside the input field is ‘Browse’.

I made my site for multi languages so I want to replace this text with a variable.

Every search ends by: use $htmlOptions().

I assume like: $form->fileField($model, ‘image’, $htmlOption=array());

But I don’t want to change the filefield text but the text on the submit button.

Can anyone tell me where and how to do that?

You cannot change filefield button text, it’s impossible as it is predefined by the browser. You only can use Flash upload component.

Thanks!