Hello, I need to localize a web site built with MonoRail.
I've studied the localization that comes with the documentation (http://www.castleproject.org/monorail/documentation/trunk/usersguide/ res_localization.html) The point is, this utilize .resx files, and I do not want to use .resx files because my clients requires me the ability to create new languages and to modify the existing ones in run time from a web interface. So, I've been investigating and I found that asp.net has a mechanism that allows you to load localized string from another source (such a database for instance, which I am interested) Here (http://msdn.microsoft.com/en-us/library/aa905797.aspx) you can find a good information about this. That information works only for asp.net controls and I am required to use it in MonoRail. I've thought in using filters for this, I mean, load all the data into a propertybag variable and use it in the view. Do not know if it is correctly to use it in this way. Can any of you help me with this? Slts -- 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.
