KestrunLocalizationStore.GetStringsForCulture method

Gets the localized strings for the requested culture with fallback resolution.

public IReadOnlyDictionary<string, string> GetStringsForCulture(string? requestedCulture)
parameter description
requestedCulture The requested culture name.

Return Value

A dictionary of localized strings.

See Also