02-24-2011 09:16 AM
02-24-2011 09:53 AM
03-02-2011 08:27 AM
<config evaluator="string-compare" condition="Languages" replace="true">
<!– the list of available language files –>
<languages>
<language locale="pt_BR">Portuguese (Brazil)</language>
</languages>
</config>
03-02-2011 08:34 AM
I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!<config evaluator="string-compare" condition="Languages" replace="true">
<!– the list of available language files –>
<languages>
<language locale="pt_BR">Portuguese (Brazil)</language>
</languages>
</config>
03-02-2011 09:02 AM
I guess that the best way to do this is to override the Alfresco default configuration in alfresco/extension/web-client-config-custom.xml with the code below. The attribute replace means that the default configuration will be replaced by this one!<config evaluator="string-compare" condition="Languages" replace="true">
<!– the list of available language files –>
<languages>
<language locale="pt_BR">Portuguese (Brazil)</language>
</languages>
</config>
It might be, but that's for the wrong client!
04-08-2013 01:19 AM
05-26-2014 07:23 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.