Skip to content

Interface ILocalizedResourceContributor

Namespace: Cephalon.Abstractions.Localization
Assembly: Cephalon.Abstractions.dll

Contributes localized resources to the runtime localization catalog.

public interface ILocalizedResourceContributor

RegisterResources(ILocalizedResourceRegistry)

Section titled “ RegisterResources(ILocalizedResourceRegistry)”

Registers the contributor’s localized resources.

void RegisterResources(ILocalizedResourceRegistry resources)

resources ILocalizedResourceRegistry

The registry that accepts localized resources.