KestrunLocalizationStore.GetStringsForResolvedCulture method

Gets the localized strings for the already-resolved culture.

public IReadOnlyDictionary<string, string> GetStringsForResolvedCulture(string resolvedCulture)
parameter description
resolvedCulture The resolved culture name.

Return Value

A dictionary of localized strings.

See Also