I asked similar question here: http://groups.google.com/group/nhusers/browse_frm/thread/ea50487b27dcf54a/bb929200d474e065
For the need of my project I put out a hackish localization scheme but I may research on the topic later because this is a recurring need. On Sep 18, 8:00 pm, Mircea Jivoin <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
