cancel
Showing results for 
Search instead for 
Did you mean: 

Change the 'Site' label

vincent_roye
Champ in-the-making
Champ in-the-making
Hi,

I would like to change the label "Site" everywhere in Alfresco by another word. Is it possible ? Is there any global value ?

Thank you,

Vincent
1 REPLY 1

jservajean
Confirmed Champ
Confirmed Champ
Localization is done in the standard way in Alfresco (repository and Share UI) : the labels are gathered in many java resource bundles (aka .properties files).
What you have to do is perform a text search in the source files and find all the properties files containing the "Site" label, then change the label and override them, possibly using the <extensionRoot> folder.