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
- 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
resourcessection underlocalization, which is itself undertridion.common:<add baseName="Example.Properties.Resources" assembly="Example, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddfc895746e5ee6b" /> - Save and close Tridion.ContentManager.config.