Interface TranslatableMessage
- All Known Implementing Classes:
CommonCommandMessage,LinkAccountCommand.Message,UnlinkAccountCommand.Message,WhitelistCommand.Message
public interface TranslatableMessage
TranslatableMessage is the interface for a message that can be translated. Messages are generally
implemented using enums.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the message attached to the enum identifierString[]Returns the parts of this message (getRawMessage() split on " ")default StringtranslateMessage(LanguageManager manager, String locale, Object... args)