Enable the translation service
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
- Optimizely Opal enabled. See Get started with Opal tools for information.
- Commerce version 14.43.0 or higher.
- Open
appsettings.jsonon the template project. - Update the following settings:
{ "EPiServer": { "CMS": { "MachineTranslation": { "IsEnabled": true, "MaxRetryCount": 3, "FallbackToCopyFromSource": false, "ExcludedProperties": "SeoUri, RouteSegment" } } } }
Updated 17 days ago
