KestrunContext.LocalizedStrings property

Gets the localized string table for the resolved culture when localization middleware is enabled.

public IReadOnlyDictionary<string, string> LocalizedStrings { get; }

See Also