What is it you are trying to do?
In the html files, you can put <wicket:message> tags to have wicket
automatically replace the contents with a localized message.
Example:
<wicket:message
key="MyLocalizedMessageKey">MyLocalizedMessage</wicket:message>
with a properties file containing:
MyLocalizedMessageKey = Hi Infiniter!
Is this what you need?
On 16/03/2012 8:24 PM, infiniter wrote:
There is already localization and styles support for resource references, but
I haven't seen that type of support for in text templates. Any ideas on how
it can be implemented??
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/support-for-L10N-in-templates-tp4479741p4479741.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org