AZbox for Android
Updated:
Localize your Android app
AZbox works with Android’s resource system. Push your strings.xml files, get translations back in the right format, and optionally deliver updates over-the-air.
How it works
- Push your strings.xml — Upload from Android Studio or sync via API
- AI translates — Get translations for all target languages
- Pull or OTA — Download formatted XML files or push updates directly
Supported formats
strings.xml— Android standard formatplurals.xml— Pluralization supportarrays.xml— String arrays.json— For custom implementations
Quick setup
Upload your strings.xml:
<!-- res/values/strings.xml -->
<resources>
<string name="app_name">MyApp</string>
<string name="welcome_message">Welcome to MyApp</string>
<string name="login_button">Sign In</string>
<plurals name="items_count">
<item quantity="one">%d item</item>
<item quantity="other">%d items</item>
</plurals>
</resources>
AZbox returns properly structured values-es/strings.xml, values-fr/strings.xml, etc.
Over-the-air updates
Fix translations or add new languages without going through the Play Store review process.
Pricing
Start free with 500 keywords and 2 languages. Android apps typically need the Starter plan (€9/mo) for 1,000 keywords.
Start Global Growth Today
Upload your language files, get them translated, and keep every locale in sync as your product keeps changing.
Get Started - It's Free