I have an automatic mail content that I want to send in java. I want to format it in java using MessageFormat. Here is the content of the mail containing three parameters to customize. These parameters will be retrieved in an array and will be inserted in the content of the mail I want to display the message as in
Advertisement
Tag: messageformat
Nested choice clause in MessageFormat?
I’m trying to do a simple logic with java.text.MessageFormat: MessageFormat cf = new MessageFormat( “{0,choice, 1
Advertisement