Plugin containing localized strings
ITranslatablePlugin
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ITranslatablePlugin : IPlugin { Translation[] DefaultTranslations { get; } void SetController(ITranslatablePluginController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DefaultTranslations | Translation[] | Default set of translated strings |
Methods
void SetController(ITranslatablePluginController controller);
Provides access to the current localization controller for this plugin. The controller provides access to retrieve the current set of localized strings for this plugin.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | ITranslatablePluginController | Controller | Required |