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.
- Host: GitHub
- URL: https://github.com/roniklimbani/localization-multiple-language
- Owner: RonikLimbani
- License: mit
- Created: 2023-10-16T16:04:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:20:40.000Z (over 2 years ago)
- Last Synced: 2025-09-11T08:59:00.724Z (10 months ago)
- Topics: android, android-app, android-application, architecture-components, kotlin, kotlinandroid, language, localization
- Language: Kotlin
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.