can't get setting locale to work
Anna Putnam <[email protected]>
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <[email protected]> |
I am having trouble using
<#setting locale="es_ES"/>
I have this in my ftl code:
<h1>${locale}</h1>
<#setting locale="es_ES"/>
<h1>${locale}</h1>
And always my page has:
<h1>en_US</h1>
<h1>en_US</h1>
Is there other configuration that I need to make this work?
I am using freemarker version 2.3.8
Thank you in advance.
-Anna
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FreeMarker-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemarker-user