Localization vs. Translation: What's the Difference?
"We need this translated" and "we need this localized" sound similar, but they set very different expectations for scope, cost, and timeline. Knowing the difference helps you brief translators correctly and avoid a launch that reads fine linguistically but still feels foreign to local users.
Translation: converting text
Translation is the linguistic conversion of text from a source language into a target language while preserving meaning, tone, and intent. A good translator does more than swap words — they adapt idioms, humor, and register so the text reads naturally, not like it was run through a word-for-word substitution. But the scope stops at the words themselves.
Localization: adapting the whole experience
Localization takes translation as an input and adapts everything around it: layout that accommodates longer German compound words or right-to-left Arabic script, date and number formats appropriate to the region, local payment methods, legal disclaimers required by local regulation, and imagery that doesn't accidentally reference a holiday or gesture that doesn't translate culturally. A perfectly translated string can still fail localization if it truncates in the UI or uses a measurement system nobody in that country uses.
An example that shows the gap
Take a simple checkout confirmation: "Your order will arrive by 3/4." Translated literally into French, the date format alone becomes ambiguous — is that March 4th or April 3rd? A translator working from the string alone might not catch it; a localization review would flag the date format and fix it at the source, likely by using an explicit month name instead of numeric dates everywhere.
Why the distinction matters for planning
If you scope a project as "translation only," you'll get accurate text back — but you may still ship broken layouts, wrong currency symbols, or a checkout flow that doesn't support the payment methods people in that market actually use. If you scope it as "localization," you're committing to review layout, formats, and cultural fit as part of the same effort, which usually means involving both translators and someone who understands the target market, not just the language.
In practice, most product teams do both continuously: translators handle the text inside a shared translation project, while engineers make sure the surrounding UI — date pickers, currency displays, pluralization — is built to adapt automatically once the translated strings land.