Interface ILocalizedResourceContributor
Namespace: Cephalon.Abstractions.Localization
Assembly: Cephalon.Abstractions.dll
Contributes localized resources to the runtime localization catalog.
public interface ILocalizedResourceContributorMethods
Section titled “Methods”RegisterResources(ILocalizedResourceRegistry)
Section titled “ RegisterResources(ILocalizedResourceRegistry)”Registers the contributor’s localized resources.
void RegisterResources(ILocalizedResourceRegistry resources)Parameters
Section titled “Parameters”resources ILocalizedResourceRegistry
The registry that accepts localized resources.