Launched June 12th, 2026. Screenshot quality is improving quickly, and feedback is welcome. Send feedback

Localization

Localized App Store screenshots at scale.

Pass locale lists and per-locale copy so every market gets a complete screenshot set.

Example request

{
  "output": {
    "locales": ["en-US", "de-DE", "ja-JP"],
    "stores": ["appstore"],
    "format": "fastlane_zip"
  },
  "localization": {
    "de-DE": {
      "slides.0.headline.lines.0": "Umsatz klar sehen"
    }
  }
}

Implementation checklist

  • Keep slide count and layout structure consistent across locales.
  • Allow longer German/French copy room before render.
  • For Arabic and Hebrew, provide reviewed RTL copy and check text flow, alignment, and truncation manually before upload.
  • Review lint findings per locale before upload.

Credit math

A 6-slide set rendered to 2 canvases in 3 locales creates 36 final screenshots. The response reports screenshots_used so agents can budget before larger matrices.

FAQ

Can one job generate multiple locales?

Yes. Include a locale list in output and pass localized headline strings for each locale.

Rendered examples

One API call can produce the whole visual set.

View gallery