One sentence instead of a setup screen
One sentence instead of a setup screen, confirmed before anything is written.
Drop your iOS .strings file in, say what you want in plain English, and get it back with every key, tag and delimiter exactly where it was. No account, nothing to install.
Drop your iOS .strings file here
Up to 2 MB, five files a day. Nothing to install, no account.
One sentence instead of a setup screen, confirmed before anything is written.
A glossary fixes your feature names, so the same button is not called three things in three releases.
Lite for deep settings copy, Standard for the first run. Chosen per upload.
Keys, escaped characters, and format specifiers are never rewritten. The file comes back in the format Xcode expects, so it is a drop-in replacement.
AI Glot reads the file the way its own tools do, finds what is text and what is structure, and tells you how much there is to translate before anything runs.
No column mapping, no configuration screen. Write what should happen and read back the plan it produced. If it misread you, say so and it re-plans.
Translate into German and Spanish. Keep product names in English, use our glossary, and make the copy sound natural for e-commerce.
One file, same shape, same order, translated. It drops straight back where it came from, and a diff shows only the values that changed.
Four jobs that come up again and again. Each one is a single upload and a single sentence.
The whole file into each .lproj, with keys, escaping and comments preserved for Xcode.
The developer comments that tell a translator what a string is for survive the round trip.
Format specifiers come back exactly, ordered the way the target language reads correctly.
Only the new keys, so what you already shipped and reviewed stays as it is.
Twelve families in all, each with a workflow built around its own structure.
Android XML
Translate a strings.xml resource file with names, plural quantities, and format specifiers left exactly where they belong.
XLIFF / XLF
Translate localization units at scale with product terminology and file-specific instructions applied consistently.
JSON
Translate the values in a JSON language file, including Flutter ARB, while every key, nesting level, and ordering stays exactly as you sent it.