Hmm. From what I just saw in the LocalizationFilterAttribute the localizationfilter approach would let the user's locale and his cookies select what language the string would be rendered in.
This would certainly make sense for multi-lingual applications, but I'm currently looking at MR in the context of building a German site that should only display german text. One could argue that a visitor with a en-US browser is either unable to read german (thus leaving the site) or be bilingual so it wouldn't matter. But I'd find it a little weird if my site reads (coming with a de browser to a en-US site): Daniel wrote this post *vor 1 Tag.* * * I believe it would be nice if we could come up with a way to lock the locale somehow, while still supporting client culture detection for non-explicit cases. What should the right "default" be? Is there some master language setting somewhere in the config I'm just not aware of? greetings Daniel 2009/7/21 Henry Conceição <[email protected]> > > No, no one is working on this. You can use the localizationfilter for > the culture detection and put the translations in a resource file. > > Cheers, > Henry Conceição > > > > On Tue, Jul 21, 2009 at 3:40 PM, Daniel Hölbling<[email protected]> > wrote: > > Hi, > > Is anyone currently working on the i18n stuff for this helper? > > If not I'll give it a try, but I'm not quite sure how to approach this. > > I see two main problems: > > * Where to put translations > > * How to elegantly switch the helper to a certain language without having > to > > call everything through a overload method > > Were there other helpers that had similar problems? > > greetings Daniel > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Development List" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
