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

2682 views

ANSWER



1 votes



Thank you very much !! It works perfectly :-)
05/29/2013

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