Namespace BlazOrbit.Localization.Providers
Classes
- BundleProvider
Built-in provider that resolves a hash against the per-culture translation tables baked into the calling BobLocalizationBundleSpec by the source generator. Stateless, thread-safe, singleton.
- LiteralProvider
Marker provider that declares the literal-fallback position in a bundle's chain. Always returns false - the source literal is carried by the caller (either the generator-emitted accessor method or BobLocalizer<T>) and surfaced as Microsoft.Extensions.Localization.LocalizedString.ResourceNotFound when no real provider matched.