Translate content with Optimizely Opal
How to enable the Translation Service for Optimizely Commerce Connect, which uses Optimizely Opal.
You can use Optimizely Commerce Connect with Optimizely Opal to translate catalog content quickly.
Prerequisites
- You must have enabled Optimizely Opal. See Use Optimizely Opal with Commerce Connect for information.
- You must be on Commerce version 14.43.0 or newer.
Enable the Translation Service
- Open
appsettings.json
on the template project. - Update the following settings:
{ "EPiServer": { "CMS": { "MachineTranslation": { "IsEnabled": true, "MaxRetryCount": 3, "FallbackToCopyFromSource": false, "ExcludedProperties": "SeoUri, RouteSegment" } } } }
Updated about 2 hours ago