Hello, I have to find an i18n solution for a new application using an existing database. One table holds all the translations of the application with a key that i can construct (table name + keys values) from the applicative table (where fields to translated are).
Googling arround, I found that nhibernate UserType can be a solution but i have unresolved questions: - how can i get the user lang parameter in my userType object ? (supposed it in is the session or in the database) - is it possible to access (crud) to the translation table from my userType object ? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
