Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

This GitHub Action auto-translates Android's strings.xml and fills in the missing translations in all other languages.

Jan 13, 2024

The missing I18N/L10N (internationalization / localization) library for Jetpack Compose!

Jan 5, 2022

Multiplatform cold messages that can be predefined and combined. Works with string resources.

Jan 5, 2022

AppLocale is a android library to update the app language dynamically.

Apr 5, 2020

Search place with regular expression for matching coordinates.

Nov 14, 2018

A flexible tool for application localization using Google Sheets.

May 20, 2018

Library to help you switch between different locales in your app without having to recreate() activity for the changes to take affect.

Apr 20, 2018
Advertisement

An Android library to programmatically set the Locale of an app and persist the configuration.

May 15, 2017

Rosetta is an Android library that helps your app supporting multiple languages and switching between them without causing any headaches.

Jan 4, 2017

In-app language changing library for Android.

Dec 9, 2015

AndroidAppTranslate translates an Android application resource, easy and fast!

Sep 13, 2015

Mobile String Toolkit is a handy Python 3 script that helps managing translation texts for mobile applications.

Jul 19, 2015

Twine is a command line tool for managing your strings and their translations. These strings are all stored in a master text file and then Twine uses this file to import and export strings in a variety of file types, including iOS and Mac OS X .strings files, Android .xml files, gettext .po files, and [jquery-localize][jquerylocalize] .json files.

This allows individuals and companies to easily share strings across multiple projects, as well as export strings in any format the user wants.

Mar 14, 2015

Python script that checks for missing string translations in your project's localized languages.

Jan 13, 2015

android-localization-helper helps to find missing or obsolete translations for android resources.

Usage:

alh.sh /path/to/android/project [arrays.xml]

You must specify android project folder. Second parameter is optional, it specifies resources filename (strings.xml by default).

Sep 2, 2014