Advanced property sheet configuration
When configuring properties for end user display using web client property sheet window, you can control what labels to be shown for a specific language. You can also control how the properties can be viewed and edited.
Display labels
By default the property labels are taken from the <title>
value of the property element as given in the content model file. Alternatively it is possible to override this with the display-label attribute in the web-client-config-custom.xml
file.
However, the property labels displayed are not internationalized (for various languages). In order to achieve internationalized display labels, use display-label-id
attribute in the web-client-config-custom.xml
file shown as follows:
<property-sheet>
------------
<show-property name="size" display-label-id="size" />
The label text will be displayed based on the language selected by the user when they log in to Alfresco Explorer. For example, for English users...