Plain words instead of a mapping screen
Plain words instead of a mapping screen, and it confirms the plan before it writes.
Drop your Android XML 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 Android XML file here
Up to 2 MB, five files a day. Nothing to install, no account.
Plain words instead of a mapping screen, and it confirms the plan before it writes.
A glossary settles what your screens and actions are called, and every string resource follows.
Lite for rarely-seen error strings, Standard for onboarding and paywall. Chosen per upload.
Resource names, plurals, string arrays, and format specifiers are read as structure. The file returns as valid Android XML, ready to drop into res/values.
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 strings.xml into values-fr, values-es and the rest, each a drop-in file.
Quantity strings expanded to the forms the target language has, not the two English needs.
Internal keys marked translatable=false are read as structure and copied, not translated.
Only the strings added since last time, so your reviewed translations stay untouched.
Twelve families in all, each with a workflow built around its own structure.
iOS .strings
Translate a .strings or .stringsdict localization file with every key, escape sequence, and plural rule preserved.
XLIFF / XLF
Translate localization units at scale with product terminology and file-specific instructions applied consistently.
RESX
Translate a .resx resource file with data names, metadata, and the XML schema returned untouched.