Translate all text in a Canva design to another language, creating a translated copy. Faster than manually copying and editing each text box in Canva's editor. Use when users say "translate my design to [language]", "make a Spanish/French/etc version", or "localize my Canva design".
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Translate all text elements in a Canva design to a target language, creating a new copy with translated content.
If user provides a design ID directly (typically starts with D, e.g. DABcd1234ef), use that as the design identifier; do not pass it to Canva:search-designs (search is for titles, not IDs).
If user provides a URL: Extract the design ID from the URL (format: https://www.canva.com/design/{design_id}/...).
If user provides a name: Use Canva:search-designs to find the design by title. If multiple matches, ask user to clarify.
Use Canva:resize-design with the same dimensions to create a copy. This preserves the original design untouched.
Use Canva:start-editing-transaction on the new copy to get:
transaction_id for making editselement_id and current text contentFor each text element returned:
Use Canva:perform-editing-operations with replace_text operations for all translated elements. Batch all replacements in a single call.
Also update the design title to indicate the language (e.g., append " (Spanish)" or use translated title).
After showing the user the translated preview thumbnail:
Canva:commit-editing-transaction to finalizeUser: Translate my "Summer Sale Poster" to French
Steps:
Canva:search-designs with query "Summer Sale Poster"Canva:resize-design to create duplicateCanva:start-editing-transaction on copyCanva:perform-editing-operations with all replace_text operationsperform-editing-operations call for efficiency1e28582
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.