Configuring custom localization resources

If your Add-on uses strings in need of localization, you can create your localized resource strings as an Extension.

Procedure

  1. On the Content Manager server, from the config\ subfolder of %TRIDION_HOME%, open Tridion.ContentManager.config for editing.
  2. 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" />
  3. Save and close Tridion.ContentManager.config.