Does template localization include the freemarker date and time built-in function?
-
Can the localization in templates for emails and such include the Freemarker date/time built-in functions?
-
Yes. Set the locale in the template and this will display the correct values, for example the month name.
More on freemarker here: https://freemarker.apache.org/docs/
Here's how to set the locale in a template: https://freemarker.apache.org/docs/ref_directive_setting.html