Constraint Localization in the Content Model
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 12:36 AM
Hi everyone,
HOW TO localize (I18N) constraints values "Green, Red" from this ?
IF the guide http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Model_Localization describes how to localize custom model
HOW TO localize (I18N) constraints values "Green, Red" from this ?
<constraints> <constraint name="my:statusIndicatorList" type="LIST"> <parameter name="allowedValues"> <list> <value>Green</value> <value>Red</value> </list> </parameter> </constraint> </constraints>
IF the guide http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Model_Localization describes how to localize custom model
<model name="my:mynewmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0"> <description>Example custom Model</description> <author></author> <!– Type and Aspect definitions go here –> <types> <type name="my:sop"> <title>Standard Operating Procedure</title> <parent>cm:content</parent> <properties> <property name="my:publishedDate"> <type>d:datetime</type> </property> </properties> </type> </types>…
my_mynewmodel.description=Example custom modelmy_mynewmodel.type.my_sop.title=SOPmy_mynewmodel.type.my_sop.description=Standard Operating Proceduremy_mynewmodel.property.my_publishedDate.title=Published Date
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2009 05:07 AM
up

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2009 09:28 AM
It doesnt work yet DamirI.
We have to look forward until Alfresco fix this issue.
For more information about the state, please go to the Task: https://issues.alfresco.com/jira/browse/ALFCOM-1926
We have to look forward until Alfresco fix this issue.
For more information about the state, please go to the Task: https://issues.alfresco.com/jira/browse/ALFCOM-1926

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2009 06:16 AM
Wow! Great progress…
It was opened on 09-Sep-08. And we still here.
It was opened on 09-Sep-08. And we still here.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2017 10:34 AM
Problem was resolved 3 year after.
Now you can translate constraints according to Data dictionary guide. Right inscription is:
listconstraint.namespace_nameConstraint.definedValue=translatedValue
