public interface LocalizedMessage
Locale.| Modifier and Type | Method and Description |
|---|---|
String |
resolve(Locale locale,
LocalizedMessageResolver resolver)
Resolves this message for a specific
Locale. |
String resolve(Locale locale, LocalizedMessageResolver resolver)
Locale.
This method does not guarantee that the returned value will be customized for the specified locale, but ensures that a best-effort attempt is made to do so.
locale - the target language/region to localize the message forresolver - used to lookup localized messages by keyCopyright 2023 Ping Identity Corp. All rights reserved.