I'm have a NumberFormatBinding service as outlined on this list previously ,to mask numeric fields for display with a format mask ex.
<t:textField t:id="amount" value="amount" translate="numberFormat:#,##0.00" /> I noticed in T5.2.0 there is an @Translate annotation - rather than using specifying the translator repeatedly in various tml files, is there some way I can name the translator on a bean property, and also pass in the mask to be used? The @Translate annotation appears to just take a 'value' parameter that is the name of the translator. Thanks, Jim.