KestrunLocalizationStore indexer

Gets the localized strings for the specified culture using fallback resolution.

public IReadOnlyDictionary<string, string> this[string culture] { get; }
parameter description
culture The culture name to resolve.

See Also