https://github.com/yariksoffice/languagetest
Changing the language on Android
https://github.com/yariksoffice/languagetest
android android-development language localization translation
Last synced: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T16:38:49.000Z (over 5 years ago)
- Last Synced: 2025-02-02T05:55:33.003Z (3 months 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: 235
- Watchers: 12
- 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