Skip to main content

LanguageStringSource

IStringSource implementation that uses the default language manager.

Assembly: ServiceStack.dll
View Source
Declaration
[Obsolete("LanguageStringSource is deprecated and will be removed in FluentValidation 10. Use a Func<PropertyValidatorContext, string> instead.")]
public class LanguageStringSource : IStringSource

Methods

GetString(ICommonContext)

View Source
Declaration
public virtual string GetString(ICommonContext context)
Returns

System.String

Parameters
TypeName
ServiceStack.FluentValidation.ICommonContextcontext

Implements