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 args
LocalizationException
- if formatting failedCopyright © 2015. All Rights Reserved.