If your Add-on uses strings in need of localization, you can create your localized resource strings as an Extension.
Procedure
- On the Content Manager server, from the config\ subfolder of %TRIDION_HOME%, open Tridion.ContentManager.config for editing.
- configure your custom localization resources in the
resources section under localization, which is itself under tridion.common:
<add baseName="Example.Properties.Resources" assembly="Example, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddfc895746e5ee6b" />
- Save and close Tridion.ContentManager.config.