KestrunLocalizationStore class
Provides cached access to localized string tables with culture fallback support.
public sealed class KestrunLocalizationStore
Public Members
| name | description |
|---|---|
| KestrunLocalizationStore(…) | Initializes a new instance of the KestrunLocalizationStore class. |
| AvailableCultures { get; } | Gets the set of available cultures discovered at startup (read-only). |
| Item { get; } | Gets the localized strings for the specified culture using fallback resolution. |
| Logger { get; } | Gets the logger instance. |
| GetStringsForCulture(…) | Gets the localized strings for the requested culture with fallback resolution. |
| GetStringsForResolvedCulture(…) | Gets the localized strings for the already-resolved culture. |
| ResolveCulture(…) | Resolves the requested culture to the closest available culture or the default culture. |