Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Setting up Data Translation on Product Catalog

Data translation localizes such elements as product names, categories, and error messages from the Catalog API. Translation data is configured and verified across Product, Category, Attribute, Attribute Group, Option, and Option Group modules within the product catalog. Use the following steps and APIs to translate data.
  1. Set the user locale from from the Admin UI, see Locale Setup topic or by using the Update a User API.
  2. To set the user's locale for Chinese language via Admin UI, follow the steps:
    1. Click the desired active user name link from the User List page, or click the More () icon at the start of the user record.
    2. Click Edit to update the locale.
    3. Search Chinese and select it for the locale.
    4. Click Save to set locale as Chinese.
  3. To set the user's locale via API for Chinese language "zh-Hans-MO", follow the steps below:
    1. Go to the Update a User API.
    2. Enter the userId parameter.
    3. Use the following sample request body to update the locale name:
      {
        "LocaleName": "zh-Hans-MO"
      }

Adding Translation Values

You can add the translation values via Admin User Interface for the module using the String Translations topic in the Conga Platform Admin Guide or the Add translation value API:

  1. To add a translation, refer the steps from Adding New String Translations.
  2. Enter a product ID in the Key field.
    Note: You can find the product ID by selecting the product in the Commerce Product Catalog and checking the end of the URL
  3. Click Save.