Blazor Webassembly Localization that supports fetching localized texts asynchronously, for example from your backend API.
Inject 'IBlazorLocalizer Loc' and use 'Loc["LocalizedStringKeyHere"]' or use the component <Localized> to localize your texts.
Please refer to readme or project URL for a...
More information
Adds fallback support to the IHtmlLocalizer/IStringLocalizer that if a key is not found in the resx, it will use Kentico Xperience's localization and translation system in it's database. Also allows you to use {$ $} for it to localize, works with data attributes as well