Localization.SqlLocalizer.DbStringLocalizer.SqlStringLocalizer.SqlStringLocalizer C# (CSharp) Method

SqlStringLocalizer() public method

public SqlStringLocalizer ( string>.Dictionary localizations, string resourceKey, bool returnKeyOnlyIfNotFound ) : System
localizations string>.Dictionary
resourceKey string
returnKeyOnlyIfNotFound bool
return System
        public SqlStringLocalizer(Dictionary<string, string> localizations, string resourceKey, bool returnKeyOnlyIfNotFound)
        {
            _localizations = localizations;
            _resourceKey = resourceKey;
            _returnKeyOnlyIfNotFound = returnKeyOnlyIfNotFound;
        }
        public LocalizedString this[string name]