MVEL + properties file : Get label from a property file in MVEL code ?
Hello,
Is it possible to get a label in a properties file with a MVEL code in an automation chain ? And how ?
thank you
0 votes
1 answers
2490 views
Hi,
I did a blog post about it here: http://www.nuxeo.com/blog/development/2013/04/qa-friday-content-automation-labels/
Cheers,
Laurent
To save a complementary info :
For my favorit talking point "document template"… you can use (as example) : Before similar calls: <#function labels key> <#return LocFn.localize("messages", "fr", key,null)> < /#function>
And then : ${labels("nar.button.lili")}
05/29/2013