public interface LocalizedMessageResolver
TemplateRenderer.| Modifier and Type | Method and Description |
|---|---|
String |
resolveMessage(Locale locale,
String messageKey)
Resolves a localized string for a given Locale and property key
|
String |
resolveMessage(Locale locale,
String messageKey,
String... substitutions)
Resolves a localized string for a given Locale and property key
If the description contains place holders in the form '{0}', '{1}', '{2}', etc, they will be replaced with the substitutions vararg. |
String resolveMessage(Locale locale, String messageKey)
locale - The Locale to use when resolving the localized StringmessageKey - The key used to resolve the localized StringString resolveMessage(Locale locale, String messageKey, String... substitutions)
locale - The Locale to use when resolving the localized StringmessageKey - The key used to resolve the localized Stringsubstitutions - Strings to be substituted for placeholders in the localized messageCopyright 2023 Ping Identity Corp. All rights reserved.