π¬ Auto-translate blog content to multiple languages with GPT-4o and Markdown
β‘ 742 views Β· π¬ Content Creation & Video
Description
This workflow takes a blog post (title + content) and automatically translates it into multiple languages of your choice using OpenAI inside n8n. The translated output is formatted in Markdown, making it ready for publishing or direct use in content management systems.
Itβs ideal for content creators, marketers, and businesses who want to instantly localize blogs into different languages without manual effort.
π Key Features
- Multi-language support: Translate your content into as many languages as you configure.
- Clean Markdown output: Ensures translated blogs are properly formatted.
- Flexible input: Works with any blog content passed into the workflow.
- Scalable: Add or remove target languages with a single change in the Set node.
βοΈ Setup Instructions
1οΈβ£ Set Up OpenAI Connection
- Go to OpenAI Platform
- Navigate to OpenAI Billing
- Add funds to your billing account
- Copy your API key into the OpenAI credentials in n8n
2οΈβ£ Choose Your Target Languages
- Open the Set Node called
Set Languages - Edit the array of languages to include the ones you want to translate into, e.g.:
[
"spanish",
"french",
"german"
]
## π Nodes Used
AI Agent, OpenAI Chat Model, Structured Output Parser
## π₯ Import
Download [`workflow.json`](workflow.json) and import into n8n:
**Workflow menu β Import from File**
[π Importing guide](../../../docs/importing-templates.md) Β· [π Credential setup](../../../docs/credential-setup.md)