Skip to content

Instantly share code, notes, and snippets.

@MgenGlder
Created May 4, 2017 18:08
Show Gist options
  • Save MgenGlder/988bad35712405e25e92f70423ed0619 to your computer and use it in GitHub Desktop.
Save MgenGlder/988bad35712405e25e92f70423ed0619 to your computer and use it in GitHub Desktop.
Use variables in resource messaging- msgf
//local.properties
global.user.name={0} {1}
//some ISML
${Resource.msgf('global.user.name', 'locale', null, pdict.CurrentCustomer.profile.firstName, pdict.CurrentCustomer.profile.lastName)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment