public interface TemplateFormatter
Different implementation can support different formats for the template.
String format(String msgTemplate, List<String> args, Locale locale)
msgTemplate - locale-specific message templateargs - arguments to substitute in the templatelocale - target locale; used to localize replaced argsLocalizationException - if formatting failedCopyright © 2016. All Rights Reserved.