Interface ILocalizationMissingItemHandler
- Namespace
- BootstrapBlazor.Localization
- Assembly
- BootstrapBlazor.dll
The handler to handle the items that cannot be localized by any localizer or LocalizationResolver ILocalizationResolve
public interface ILocalizationMissingItemHandler
- Extension Methods
Methods
HandleMissingItem(string, string, string)
Handle the item that cannot be localized by any localizer or ILocalizationResolve
void HandleMissingItem(string name, string typeName, string cultureName)