Translate strings.xml, JSON, and ARB files to 29 languages. Automatic placeholder protection for Android string formatting.
Native Android format
For modern frameworks
Flutter applications
Industry standard
Preserves %s, %d, %1$s, {name}, and @string references.
strings.xml, JSON, ARB, and XLIFF supported.
Translate your entire app in 2-5 minutes.
Only pay for new content on app updates.
<!-- res/values/strings.xml -->
<resources>
<string name="app_name">My App</string>
<string name="welcome">Welcome, %1$s!</string>
<string name="items">%d items found</string>
</resources><!-- res/values-de/strings.xml -->
<resources>
<string name="app_name">Meine App</string>
<string name="welcome">Willkommen, %1$s!</string>
<string name="items">%d Artikel gefunden</string>
</resources>Reach billions of users worldwide with professional translations.