Say what to translate, in a sentence
Say what to translate in a sentence, and see the plan before anything is written.
Drop your RESX 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 RESX file here
Up to 2 MB, five files a day. Nothing to install, no account.
Say what to translate in a sentence, and see the plan before anything is written.
One vocabulary across every resource file in the solution, decided once.
Lite for internal admin strings, Standard for customer-facing screens. Chosen per upload.
Data names, comments, and the resource header are structure. Only the values are translated, so Visual Studio opens the result without complaint.
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.
Resources.resx becomes Resources.fr.resx and the rest, each valid and ready to build.
Embedded files and typed resources are not translation candidates and are copied over.
The comment column stays with each entry, which is what makes the next round faster.
Only what is new since the last pass, leaving reviewed entries exactly as they are.
Twelve families in all, each with a workflow built around its own structure.
XLIFF / XLF
Translate localization units at scale with product terminology and file-specific instructions applied consistently.
Java .properties
Translate a Java resource bundle with keys, escaping, and Unicode sequences handled correctly from end to end.
PO / POT
Translate a gettext catalog with message IDs, contexts, and plural forms handled as the structure they are.