Skip to content

Instantly share code, notes, and snippets.

@oehme
Created June 13, 2012 14:28
Show Gist options
  • Save oehme/2924413 to your computer and use it in GitHub Desktop.
Save oehme/2924413 to your computer and use it in GitHub Desktop.
Freemarker I18n the hard way
${date?date?string.medium}
${time?time?string.medium}
${month?string("MM-yyyy")}
${boolean?string("${yes}", "${no}")}
[#if boolean]${greeting}[/#if]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment