Answered by:
Deleting languages support form the app.

Question
-
When I upload my app package(.appxupload) in windows Dev Center- windows Store apps, I am asked to provide description for the app in English, Belarusian, and catalan. But I do not want my app to be published in any other language than English. How do i remove Belarusian and Catalan from the description?I tried making changes to Package.storeAssociation.xml file,by deleting all the languages other than English. But during the packaging of my project it resets back to the original settings.
I have selected only India in markets that i want to sell.
It would be great if someone could help me out with this problem.
Thanks
Saturday, December 28, 2013 8:24 AM
Answers
-
Use longer directory names. It sounds like you have directories "Be" and "ca" which match the ISO 639 language codes for Belarusian and Catalan. The language code indicates the directory contains localized resources for that language.
- Marked as answer by desaivaibhav Saturday, December 28, 2013 8:16 PM
Saturday, December 28, 2013 3:23 PMModerator
All replies
-
you need to remove it from the package. Look at the default language in the manifest, or the csproj file.
i assume you dont have localised assets / folders anymore in your project of those languages?
Microsoft Certified Solutions Developer - Windows Store Apps Using C#
- Edited by Dave SmitsMVP Saturday, December 28, 2013 10:42 AM
Saturday, December 28, 2013 10:41 AM -
Use longer directory names. It sounds like you have directories "Be" and "ca" which match the ISO 639 language codes for Belarusian and Catalan. The language code indicates the directory contains localized resources for that language.
- Marked as answer by desaivaibhav Saturday, December 28, 2013 8:16 PM
Saturday, December 28, 2013 3:23 PMModerator -
You were right, I had a few directories which matched ISO 639 language codes. Once I renamed them my problem got solved. It no longer showed Belarusian and Catalan in the description.
Thank you.
Saturday, December 28, 2013 8:21 PM