views:

50

answers:

1

Hi, I'm writing an application using Wicket/Hibernate and I need to support many languages. How to make good internationalization of user data in a PostgreSQL database? Thanks for any help/suggestions.

+1  A: 

There was an discussion way back on the ML. Key is using your own ResourceStreamLocator, see the discussion here:

http://apache-wicket.1842946.n4.nabble.com/Datastore-localisation-Sanity-check-td1857084.html

Disclaimer, i have not used it, i just remembered the discussion.

hope it helped.

bert