https://github.com/yariksoffice/languagetest
Changing the language on Android
https://github.com/yariksoffice/languagetest
android android-development language localization translation
Last synced: 9 days ago
JSON representation
Changing the language on Android
- Host: GitHub
- URL: https://github.com/yariksoffice/languagetest
- Owner: YarikSOffice
- License: mit
- Created: 2017-08-06T11:25:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T16:38:49.000Z (over 5 years ago)
- Last Synced: 2025-05-09T00:09:17.239Z (9 days ago)
- Topics: android, android-development, language, localization, translation
- Language: Java
- Homepage: https://proandroiddev.com/change-language-programmatically-at-runtime-on-android-5e6bc15c758
- Size: 150 KB
- Stars: 234
- Watchers: 11
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Changing the Language in Android Apps
The repository contains 2 approaches for changing a locale in android apps.
`ignore_deprecation` branch is more easier and flexible approach despite using some deprecated API.Article on Medium:
https://proandroiddev.com/change-language-programmatically-at-runtime-on-android-5e6bc15c758