Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Language Change Functionality #219

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Add Language Change Functionality #219

merged 1 commit into from
Jun 13, 2024

Conversation

MDeLuise
Copy link
Owner

Hey Plant-it community!


I've added the feature of changing the app language directly inside the app. Now, the app will automatically set the language based on the device default language upon startup, but users can also change it within the app settings.
This PR fixes #216.

What's new?

  • Implemented language selection feature using supported locales and radio buttons.
  • Saved user-selected language across app restarts using SharedPreferences.

Why is it important?

Language flexibility is crucial for user experience, especially in diverse communities where users may prefer different languages.

How to Use?

  • Open the app, and the language will be set to your device default.
  • Navigate to Settings > Change Language to select a different language.
  • Your chosen language will persist across app sessions.


Cheers and happy planting! 🌿🌼

Copy link

📝 Coverage Report For Server Service

Overall Project 52.67% 🟢

There is no coverage information present for the Files changed

Repository owner deleted a comment from github-actions bot Jun 13, 2024
@MDeLuise MDeLuise merged commit 1ab134c into main Jun 13, 2024
3 checks passed
@MDeLuise MDeLuise deleted the improve-changeLanguage branch June 13, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong language in Android app
1 participant