Package-level declarations

Dynamic Resource Translation API

Description

This Android library simplifies internationalization for your app. You only need to create a single strings.xml file in your native language (not necessarily English), and the library will automatically translate your app into the system language set on the user's phone.

All the API functions are located in the DynamicTranslator class.

For a quick start, you can take a look at the /app directory of this project for an example app.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ResourceLocaleKey(val resourceId: Int, val locale: Locale)
Link copied to clipboard