using i18n in calculations

is this possible? Maybe something like eval(‘i18n:message’)?

Thanks.

i added the i18n node to the calculations editor:
so you can do this:

return i18n.getI18NMessage(“label.button”);

in 2.1RC3

Thanks!