We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The app should remember the user's selected language preference (e.g., English) and apply it automatically on subsequent app launches.
Every time the app is opened, the user needs to manually set the language mode to English (or their preferred language).
Associate the language preferences with the user's account settings. On app launch, retrieve and apply the saved preference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The app should remember the user's selected language preference (e.g., English) and apply it automatically on subsequent app launches.
Current Behavior
Every time the app is opened, the user needs to manually set the language mode to English (or their preferred language).
Possible Solution
Associate the language preferences with the user's account settings. On app launch, retrieve and apply the saved preference.
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: