Subclasses should override this to return a list of their message
implementations. In this class these are functions, but subclasses may
implement them differently.
Return the localized version of a message. We are passed the original
version of the message, which consists of a
messageText that will be translated, and which may be interpolated
based on one or more variables.