Globaprom.

What Is l10n? Localization, Explained

l10n is shorthand for localization: the 10 counts the letters between the l and the n. It's the work of adapting a product for one market so it feels native there, translation plus local formats, currency, and design.

Localization is the visible half of going multilingual. It covers translating every user-facing string, then adjusting what sits around the words: dates and numbers in the local format, prices in the local currency, address fields that match how people write addresses in Madrid or Liège, and imagery or examples that make sense to that audience. For Arabic or Hebrew it also means flipping the layout right-to-left.

Its counterpart is i18n, internationalization: the engineering groundwork that makes a product ready to be localized at all. i18n happens once, in the code. l10n happens once per market, and repeats every time the content changes.

The people doing l10n are translators, reviewers, and localization managers, usually working through a translation management system so the same sentence is never translated twice. A webshop expanding from Spain into France localizes its product copy, its checkout, its VAT handling, and its shipping options, not just the words on the page. Leave any of those half-done and a polished translation still feels foreign in exactly the place you were trying to fit in.

Why it matters for custom software

We build software that's multilingual-ready from the start, so localization is a content job rather than a rebuild. When a client opens a new market, the strings, formats, and layout are already prepared for l10n, and adding the language becomes translation work with a place to plug in.

Related terms

Related reading