Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

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

Enable the Translation Service

  1. Open appsettings.json on the template project.
  2. Update the following settings:
    {
        "EPiServer": {
            "CMS": {
                "MachineTranslation": {
                    "IsEnabled": true,
                    "MaxRetryCount": 3,
                    "FallbackToCopyFromSource": false,
                    "ExcludedProperties": "SeoUri, RouteSegment"
                }
            }
        }
    }