-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fixed language options #1469
Fixed language options #1469
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of System Default use Windows default and don't make the D capital.
How did you get all the supported language? Did you install them from Windows Settings? |
Ok. |
@soumyamahunt It doesn't work that way. Windows.Globalization.ApplicationLanguages.ManifestLanguages will return the list of supported languages however you can only set the language if it's installed. By default, only resource files for the languages in your language list would be downloaded by the Microsoft Store. Setting a language that is not in the language list won't work. You can try it for yourself. |
@soumyamahunt Please, check "Restart required" text visibility and readability on light theme. |
Will push a fix on that.
Not true actually, you can set “Create App bundle” to "Never" to show all supported languages even that are not installed in Windows settings. |
But we shouldn't do that since it will increase the download size. |
When you build the app from the source you will see all the languages. |
1. By default the language of the app syncs with system language.
2. "Restart Required" is only displayed when the language of app is changed.
3. The name of the languages are shown in their native name and script.