Interface Localizable

All Known Implementing Classes:
Messages

public interface Localizable
A message that can be formatted with arguments and locale.

The message is implicitly given by this object and can contain formatting similar to the MessageFormat class.

Author:
Stephan Fuhrmann
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Object... args)
    Format the implicitly given message by this object with the default locale.
    formatWithLocale(Locale locale, Object... args)
    Format the implicitly given message by this object with the given locale.