Created
October 16, 2023 21:03
-
-
Save princeneres/5170901db88777934efb04a0cc05623f to your computer and use it in GitHub Desktop.
Using LanguageUtil.format to multiples params in message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <% | |
| String changeLog = LanguageUtil.format( | |
| resourceBundle, | |
| "workflow-configuration-changelog", | |
| new String[] { String.valueOf(user.getUserId()), user.getEmailAddress() }, | |
| false | |
| ); | |
| _log.info(changeLog); | |
| %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment