Multilingual Task Prompt
DeepSeek models have strong multilingual capabilities across Chinese, English, and many other languages. Specifying the formality register and how to handle untranslatable technical terms prevents the most common quality issues in multilingual output.
Complete the following task in {{targetLanguage}}. **Task:** {{taskDescription}} **Language requirements:** - Write the response entirely in {{targetLanguage}} - Use {{formalityLevel}} register (formal/informal/technical) - Target audience: {{targetAudience}} - If technical terms have no standard {{targetLanguage}} translation, keep the English term and provide a brief parenthetical explanation **Context for accuracy:** {{contextForTranslation}} **Output format:** {{outputFormat}} Do not include an English translation unless I ask for one.
Variables to customize
Why this prompt works
DeepSeek models have strong multilingual capabilities across Chinese, English, and many other languages. Specifying the formality register and how to handle untranslatable technical terms prevents the most common quality issues in multilingual output.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.