cancel
Showing results for 
Search instead for 
Did you mean: 

change content type and aspect title

roman
Champ in-the-making
Champ in-the-making
hello folks,

i would like to have the titles of content types and aspects in different languages. how can i realize it?


<type name="xy:marketing">
   <title>Marketing Document</title>
   <parent>cm:</parent>
</type>

or


<aspect name="xy:my_aspect">
   <title>My title</title>
   …
</aspect>

i know how to change property labels (webclient.properties)
but i suppose it doesn't work for titles…

best regards and thanks in advance

edit:
the other thing i need customized is a constraint of type LIST (a combobox) which contains a few entries. it's ok to implement it static but i would like to change them depending on the predefined language. is it possible to do it without writing an own constraint class?
1 REPLY 1

roman
Champ in-the-making
Champ in-the-making
hello,

i've found the answer here:
http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Model_Localization

ok, if i'll fail with this i'll write again

thx anyway