key
will be given as parameter to the getCustomMessage(String)
method. So you need to make sure to correctly map the keys (You could use a ConstantsWithLookup approach, a MessagesWithLookup approach (which lets you use parameters for your localization) or any other approach that you can think of) getPropertyName(String propertyName)
method of this class. Additionally if you use e.g. the PopupDescription or some other description method, you can override getDescriptionMessage(String msgKey)
@author Anatol Mayen
|
|
|
|
|
|
|
|