Closing this issue as invalid. It is already possible to override the ace:fileEntry button labels. It is done in the following way.
Step 1. Create a properties file somewhere in your classpath. For example, in the ICEfaces Showcase app, create a file named 'fileEntryMessages.properties' in the 'org.icefaces.samples.showcase.view.resources' package.
Step 2. Populate that file, defining values for the appropriate ace:fileEntry button labels keys. For example...
It is advised to define the same value for the '_detail' keys when overriding the default values.
Step 3. In your application's faces-config.xml file, add a <message-bundle> tag under the <application> tag, containing the package and name of your custom messages files (without including the '.properties' file extension). For our example above, this would look as follows:
Closing this issue as invalid. It is already possible to override the ace:fileEntry button labels. It is done in the following way.
Step 1. Create a properties file somewhere in your classpath. For example, in the ICEfaces Showcase app, create a file named 'fileEntryMessages.properties' in the 'org.icefaces.samples.showcase.view.resources' package.
Step 2. Populate that file, defining values for the appropriate ace:fileEntry button labels keys. For example...
It is advised to define the same value for the '_detail' keys when overriding the default values.
Step 3. In your application's faces-config.xml file, add a <message-bundle> tag under the <application> tag, containing the package and name of your custom messages files (without including the '.properties' file extension). For our example above, this would look as follows: