Skip to main content

What is l10n (Localization)?

Glossary image
Localization l10n

Localization, commonly abbreviated as l10n (the letter "l", ten characters, then "n"), is the process of adapting a product, website, or application for a specific language, culture, or region. The abbreviation follows the same numeronym convention as i18n (internationalization), where the number represents the count of omitted letters between the first and last character of the word.

While internationalization (i18n) refers to the engineering work that makes a product capable of supporting multiple locales, localization is the subsequent step that puts that capability to use. In practical terms, i18n might involve separating all user-facing strings from the codebase into external resource files, while l10n is the act of translating and culturally adapting those strings for a particular audience, such as French speakers in France or Spanish speakers in Mexico.

Localization goes well beyond simple translation. A fully localized product accounts for date and time formats, number and currency formatting, units of measurement, text directionality (such as right-to-left scripts in Arabic or Hebrew), and culturally appropriate imagery or color choices. Legal and regulatory considerations also come into play; a product localized for the European Union, for example, must account for GDPR compliance requirements that may not apply in other regions.

For web development and SEO, localization has a direct impact on how search engines index and serve regional content. The hreflang attribute is a key tool in this context, signaling to search engines which language or regional version of a page should be shown to users in a given locale. Without proper localization paired with correct hreflang implementation, a site risks serving mismatched content to international audiences, which can harm both user experience and organic search performance.

A localized website is not simply one that has been machine-translated. High-quality l10n involves native speakers, cultural consultants, and often legal reviewers, depending on the target market. The content itself may need to be restructured rather than word-for-word translated, since idioms, tone, and even information hierarchy can vary significantly across cultures.

For teams managing multilingual web properties, l10n is typically handled through a translation management system (TMS) or a localization platform that integrates with the development workflow. These tools allow translators to work directly with the content strings extracted during the i18n phase, keeping technical and linguistic work clearly separated.

Understanding the distinction between i18n and l10n is foundational for any organization expanding into global markets. Internationalization is a one-time architectural investment; localization is an ongoing process that evolves alongside the product and its target audiences.

Have a question?

Get in touch if you'd like to learn more about this topic.

Contact Us