FreeMarker and localized strings

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2008 06:11 AM
Hello!
Is there a way to use localized strings ${msg.xxx} on FreeMarker templates?
Thx
Jakub
Is there a way to use localized strings ${msg.xxx} on FreeMarker templates?
Thx
Jakub
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2008 09:57 AM
Hello,
Have a look at http://wiki.alfresco.com/wiki/Template_Guide#Default_Model_Methods
There is the message function :
Have a look at http://wiki.alfresco.com/wiki/Template_Guide#Default_Model_Methods
There is the message function :
message(String) - will return the I18N message string (resolved for current user Locale setting) for the specified String message ID.
