🎉 v1.0

Get started

  • Welcome
  • Documentation
  • Pricing
    Soon

Tools

  • I18n MCP
  • CLI
  • CI/CD Integrations
  • Compiler
    Alpha
  • Connect Your Engine

Resources

  • Languages
  • LLM Models
  • Guides

Company

  • Enterprise
  • CareersHiring!
Dashboard

Localization

  • Overview
  • Translation API
  • Web App
  • Mobile App
  • Emails
  • Static Content (e.g. .md, .json)
  • CI/CD Workflows

Localization Guides

Max PrilutskiyMax Prilutskiy·Updated 1 day ago·2 min read

Each guide walks through a specific localization scenario end-to-end - from configuring a localization engine on Lingo.dev to shipping translated output in production. Every guide assumes you have an organization and at least one localization engine configured.

How Guides Work#

Every product has different localization surfaces. A web app needs translated UI strings. An API needs localized responses. A documentation site needs translated Markdown files. Each surface connects to the same localization engine, but the integration pattern differs.

These guides cover seven integration patterns:

SurfaceWhat gets localizedIntegration method
Translation APIKey-value data, dynamic contentHTTP API calls
Web appsUI strings, component textCLI + framework integration
Mobile appsiOS .strings, Android .xmlCLI + mobile build pipeline
EmailsTransactional and marketing templatesAPI or CLI depending on template format
Static contentMarkdown, JSON, YAML filesCLI with file-based translation
CMS contentHeadless CMS entries and fieldsAPI with CMS webhooks
CI/CD workflowsAll of the above, automatedGitHub Actions, GitLab CI, Bitbucket Pipelines

Prerequisites

All guides require an API key and a configured localization engine. If you haven't set these up yet, start with the documentation.

Choose Your Guide#

Translation API
Send key-value data to the localization API and get translations back programmatically
Web App
Localize React, Next.js, and other web frameworks using the CLI
Mobile App
Localize iOS and Android applications with per-locale model selection
Emails
Translate transactional and marketing email templates with brand voice applied
Static Content
Translate Markdown, JSON, and other static files in your repository
CMS Content
Connect a headless CMS and localize content through the API
CI/CD Workflows
Automate localization on every push with GitHub Actions, GitLab CI, or Bitbucket

Was this page helpful?