-
Notifications
You must be signed in to change notification settings - Fork 24
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 a language page when first starting the application #307
Comments
@Tuan1-2-3 Not sure if it's an important feature since you can already do that in the settings, so the priority is pretty low. |
@PranshulGG |
I haven't had any complaints about this bothering anyone. If someone wants to change the language, it's not difficult, and since users will open the settings to change other preferences, adding an extra page just for this seems unnecessary. |
@PranshulGG maybe add a button in the app settings that make the system settings for the language of the app pop open? |
The app doesn't rely on system settings to change the language. |
That is true. But if a very old person (grandmother, grandfather,...) using it, they won't like to find it. (My experience) |
Doesn't the app already pick up the system language on first startup? It's rather going to be counterintuitive for the vast majority of users, including myself. |
It automatically sets English as the default language. |
Now I see what you mean. Then perhaps the issue should be reconsidered as "syncing app language with the system language on first launch." |
It doesn't set it as default; it's just written in English, and other languages replace those strings. Adding sync between app language and system language, @bugreporter005, I'm not sure if that's possible through JS |
So that's why I suggest you to add a language page if sync between app language and system language isn't available. |
Problem Statement
Implement a dedicated language selection page that appears when users first launch the application. This will allow users to easily choose their preferred language before proceeding, enhancing accessibility and improving their overall experience.
Proposed Solution
Add a language page when first starting the application
Alternatives Considered
N/A
Additional Context
N/A
Acknowledgements
The text was updated successfully, but these errors were encountered: