MessageFormat
Class MessageFormat
- java.lang.Object
-
- java.text.Format
-
- java.text.MessageFormat
- All Implemented Interfaces:
- Serializable, Cloneable
public class MessageFormat extends Format
MessageFormat
provides a means to produce concatenated messages in a language-neutral way. Use this to construct messages displayed for end users.
MessageFormat
takes a set of objects, formats them, then inserts the formatted strings into the pattern at the appropriate places.
Note: MessageFor