We have just started using FluentValidation and have followed this post to allow us to use our globalized values: http://fluentvalidation.codeplex.com/discussions/394471.
However we are stuck on how to get a reference to the interface for the translation service which wraps our existing globalization values. This is contained in a separate project as is not directly coupled to ASP.NET MVC so we can't use DependencyResolver.
Does anyone know of a way we can get the Interface or the autofac container into the TranslationServiceStringSource class to use to get the translated value?