public class ContactLocalizedMessage extends Object implements LocalizedMessage
Constructor and Description |
---|
ContactLocalizedMessage() |
Modifier and Type | Method and Description |
---|---|
String |
toString(Locale locale,
Object... arguments)
Returns the localized message.
|
public String toString(Locale locale, Object... arguments)
LocalizedMessage
toString
in interface LocalizedMessage
locale
- The locale for the message.arguments
- Can be used, if some arguments might be set or to overwrite already given
arguments.Copyright © 2019 Communote team. All rights reserved.