Hello,
I'm using SmartGWT 3.1p of 12/25/2012 (v8.3p_2012-12-25/PowerEdition Deployment).
My application is running with pt_BR as the default language, in .gwt.xml I put:
I have a form with a MultiFileItem and the buttons for adding and removing files are in english (Add File, Remove selected files,...). The popup windows that appears when attaching files is not translated too (Add another file).
Is there a way to translate these controls, or a least to change the title programmatically?
I'm using SmartGWT 3.1p of 12/25/2012 (v8.3p_2012-12-25/PowerEdition Deployment).
My application is running with pt_BR as the default language, in .gwt.xml I put:
Code:
<extend-property name="locale" values="pt_BR" /> <set-property-fallback name="locale" value="pt_BR" /
Is there a way to translate these controls, or a least to change the title programmatically?
Comment