Table of Contents

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)

Parameters

name string

the item name for localization

typeName string

the type name that uses the item

cultureName string

the culture name that is missing localization