1. Internationalization at db level in Play framework stackoverflow.comIs there a clean solution for multilingual fields in JPA? I think about this db structure: table product
|
2. I18N compliance and Hibernate Custom Dialects forum.hibernate.orgI have searched high and low for some solid documentation on how to implement new dialects into hibernate. The original issue was that hiberate was not plugging in the needed characters for nationalization regardless of database. I could go in a replace all tokens with the name varchar to nvarchar and char to nchar and text or clob to ntext for ... |