FluentC Languages icon

FluentC Languages

Fetches supported and source languages from FluentC AI

Overview

This node fetches supported and source languages from the FluentC AI service. It is useful for workflows that require language data for translation, localization, or language processing tasks. For example, it can be used to dynamically retrieve available languages for a translation service integration.

Use Case Examples

  1. Retrieve supported languages to populate a dropdown in a translation workflow.
  2. Fetch source languages to validate user input language before processing.

Output

JSON

  • supported_languages - List of languages supported by FluentC AI for translation or processing.
  • source_languages - List of source languages available in FluentC AI for input.
  • error - Error message if the API request fails, included only when continueOnFail is enabled.

Dependencies

  • Requires FluentC API credentials for authentication.

Troubleshooting

  • Common issue: API request failure due to invalid or missing FluentC API credentials. Ensure credentials are correctly configured.
  • If the node throws an error and continueOnFail is disabled, the workflow will stop. Enable continueOnFail to handle errors gracefully and receive fallback language data.
  • Fallback language data is provided if the API call fails, containing a default set of common languages.

Links

Discussion