Thanks for the reply, but we're trying to translate the content that the user is entering like titles, descriptions, etc. Our interface is fully translatable right now.
Right now we're thinking to implement a custom UserType and load the translation for the current locale in the nullSafeGet method, but we're searching for a better solution. Has anyone implemented a custom hibernate type that can pull the data from two tables? Or maybe have a better solution for this internationalization problem?
Thanks!
|