Hi guys, I have to implement a multilingual application and I was wondering if you know of an example how to implement that.
I'll have something like this: Product - Name ProductName - Product - Name - CultureId I was thinking of using the Formula in Product.Name property that will return an appropriate ProductName.Name for the current cultureid. Now how can I pass a parameter to the Formula? My formula would look something like this: SELECT ProductNames.Name FROM ProductNames WHERE ProductNames.ProductId=Id AND ProductNames.CultureId=:CultureFilter.CultureId I took this from Ayende's example. The problem is how do I EnableFilter and make sure is available during the session is active? Do you have any other ideas? MJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
