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
I want to support multiple languages.
Now, Language is fixed en-US.
en-US
msix/lib/src/msixFiles.dart
Line 142 in 1c84029
So, when I upload myapp.msix, windows console says that your app support only en-us (in fact, my app also supports ja-jp).
myapp.msix
en-us
ja-jp
Windows
The text was updated successfully, but these errors were encountered:
We can add supported store languages manually on windows store console. So, the priority of this issue is low, I think.
Sorry, something went wrong.
Hello @sensuikan1973 i added configuration field for languages, so now the msix file should support multi languages.
see documentation:
i publish new version to Pub with this addition: 1.0.4
please update if this help you, thank you for this report
Thank you very much!
No branches or pull requests
💬 Description
I want to support multiple languages.
Now, Language is fixed
en-US
.msix/lib/src/msixFiles.dart
Line 142 in 1c84029
So, when I upload
myapp.msix
, windows console says that your app support onlyen-us
(in fact, my app also supportsja-jp
).❓ Platform
Windows
The text was updated successfully, but these errors were encountered: