Hello,
I'm working on an agent that supports multiple languages and includes generators.
What is considered the best practice for supporting different languages in generators? I’m considering two approaches:
- The first involves creating prompts in English and then specifying the desired language for the response by including a line such as "Answer in [LANGUAGE PARAM]." in the prompt.
- The second approach is about translating the prompts into the supported languages.
Which one is better?