Skip to main content

Language Translator

Translates the entered text to the desired language.

Input

  • Text: The text to be translated
    • Type: System.String
    • Required
  • Text Language: The language of the text to be translated
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • English
      • Turkish
      • French
      • German
      • Spanish
  • Output Language: The desired language for the translation of the text.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • English
      • Turkish
      • French
      • German
      • Spanish

Output

  • Translated Text: The resulting text after the translation.
    • Type: System.String
    • Required

Details

  • The AI has a text limit of 4096 tokens. It will give an error if the limit is exceeded.