cancel
Showing results for 
Search instead for 
Did you mean: 

Title of a custom type

palba
Champ in-the-making
Champ in-the-making
Hi

I have a custom type defined like this:

    <type name="aa:place">
          <title>Place</title>
          <parent>cm:content</parent>
          <properties>
             <property name="aa:local_language">
                <type>d:text</type>
             </property>
          </properties>
          <associations>
          </associations>
    </type>

This works perfectly.

But… is it possible to define the title in a properties file, like I do with the text of the property "aa:local_language"?

Thxs in advance
2 REPLIES 2

cbosdonnat
Champ in-the-making
Champ in-the-making
Of course this is possible. You should have seen it in this page: http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Model_Localization

the property only has to be something like:
aa_model.type.aa_place.title=Localized Place

palba
Champ in-the-making
Champ in-the-making
thxs! Smiley Happy