An open API service indexing awesome lists of open source software.

https://github.com/roniklimbani/localization-multiple-language

It's a good practice to keep culture-specific resources separated from the rest of your app. Android resolves language- and culture-specific resources based on the system locale setting. You can provide support for different locales by using the resources directory in your Android project.
https://github.com/roniklimbani/localization-multiple-language

android android-app android-application architecture-components kotlin kotlinandroid language localization

Last synced: 2 months ago
JSON representation

It's a good practice to keep culture-specific resources separated from the rest of your app. Android resolves language- and culture-specific resources based on the system locale setting. You can provide support for different locales by using the resources directory in your Android project.

Awesome Lists containing this project

README

          

# Localization-Multiple-Language
It's a good practice to keep culture-specific resources separated from the rest of your app. Android resolves language- and culture-specific resources based on the system locale setting. You can provide support for different locales by using the resources directory in your Android project.