How to add new languages to the language list in the Transcript widget?

How to add new languages to the language list in the Transcript widget?

The Language tab displays the list of languages supported by the AI vendors. Users can select the language from the drop-down list and automatically the displayed transcribes get translated to the selected language. 

      Please follow the below steps to add a new language to the list.
  1. Go to C:\Program Files\Empress Media\eMAM Gateway\eMAMInsightService\Languages
  2. Open list.json in a text editor
  3. Like the objects for other languages, add an object for the new language with the correct AWS code for the language.
You can find the Amazon Transcribe supported languages and the corresponding codes here.

Make sure that the VideoIndexerCode value and the AWSCode value match. Please see the example below.

{

    "InsightLanguageId": 11,

    "Extension": "he",

    "VideoIndexerCode": "he-IL",

    "IdolCode": "",

    "VoiceBaseCode": "",

    "IBMMediaCode": "",

    "VoiceBaseAdvancedPunctuationsEnabled": false,

    "IBMSpeechCode": "",

    "AWSCode": "he-IL",

    "GoogleSpeechCode": "",

    "ComputerVisionCode": "",

    "Name": "Hebrew",

    "IsDefault": false

  }

      4. Save the JSON file.
      5. Refresh the Transcript widget in the Director interface and verify that the newly added language is displayed.