I'm working with the windows phone 8 SDK and I'm trying to get my app into the various local stores around the world.
When I upload my app, I'm able to add store title/description/screenshots for all the supported languages of my app.
However, I'm not getting an option for both spain and mexico, australia, austria etc.
Only english, english international, spanish, french, german, italian, norwegian, swedish etc
In my project file, my <SupportedCultures> looks as follows
<SupportedCultures>nb-NO%3ben%3bit%3bes%3bde%3bfr%3ben-GB%3bfr-FR%3bde-AT%3bde-DE%3bit-IT%3bes-MX%3bes-ES%3bsv-SE</SupportedCultures>
Under properties for my app, supported cultures looks like the screenshot below
In WMAppManifest.xml, all the neutral and specific cultures are checked
spanish
spanish(mexico)
spanish(spain)
english
english(great britain)
english(usa)
english(australia)
and so on...
I have created .resx files for every language and cultures;
AppResources.de-DE.resx, .es-ES.resx, .es-MX.resx etc
When I submit my app to the store, I'm not able to select a store description for other than spanish and english, not for instance mexico and spain, australia and usa
Am I missing something? (probably:)
I think you got your syntax wrong, the main project file contains the languages separated by semicolon:
<PropertyGroup>
<SupportedCultures>en;es-ES;es-MX</SupportedCultures>
Related
I recently bought a lilygo board: Lilygo T-display rp2040, it has a raspberry rp2040 microcontroller. It came with code on the board as standard, but I can't use the LCD on the board with the example codes, the main errors are directed to the LCD pinouts that do not exist in the library that indicate, I tried to configure via software, but without success. You can even download the library that will see the problem:
TFT_eSPI.h
As I said, I tried to configure in one of the library files in the processors folder, the pinouts of the lcd that is embedded in the board, it even stopped giving the problem of "not declared in that file" but the settings are incorrect and I don't even know if that would solve.
After I create a project and I upload successfully a TMX in Documents (I can see it in Upload history and in Documents), when I open the project again there are no Documents available and I can't create the model.
I've seen that in the Quickstart examples there are checkboxes next to the name of the projects and of the documents but in my case they are not available.
Moreover, my TMX source language is EN-GB and the language specification appears in "Language(s)"(ex. English - (United Kingdom )-Italian); whereas when I select the language pair in "Upload Files" I can select only English without United Kingdom or US. Do you think this could be the problem?
Does anyone have any ideas/solutions?
Thanks!
Culture is not yet supported. Your guess is right on; "EN-GB" is the problem. Change it to "EN-US" would fix it.
-Mohamed
I've just been introduced to pouchdb and as a side project, I want to create a bible app. The bible content is stored in a json file (js/bible.json). As users read the bible they can favorite different verse and add notes which would be saved with pouchdb. All of these works fine. The problem is, I'd like to display an icon for favorite verses which has been stored with pouchdb.
How do I query pouchdb data base to check if a verse has been "favorited" and display an icon?
I've explored so many options and it's not working. Any help?
You can use pouchdb-find for this: http://nolanlawson.github.io/pouchdb-find/
Notice how the demo allows you to look up Nintendo characters by various criteria (year of debut, rank, etc.). Similarly, you can search your bible entries by doc.isFavorited.
My WP8-App ist definitely only in GERMAN.
In the Application Settings the "Supported Cultures" show: The one and only language ist GERMAN. No other language is checked. When I submit the app to MS it claims that the App supports German AND English, hence I am forced to add the english descriptions as well as the whole UI in english, otherwise the submission is being rejected.
(I think, that this is the case since I used Controls from the WP8-Toolkit...?)
Why do the Application Settings not really apply when MS reads my XAP-File???
Thanks for tips...
In the WMAppManifest.xml file go to the packaging section and check if the default language is not still set to English.
You were right, MakanWG!
There was actually a difference:
- The Project-Properties, Application-Tab, "Supported Cultures" (where I was always looking) showed "English" unchecked.
- The Packaging-Section of the WMAppManifest however, had the English-Box checked.
(WTF... !!!)
I consider this to be a (almost) bug from Microsoft - why are there two differing settings for supported languages...?
Thanks!
I have a WP MU deploy. I'm using many subsites, all with the same base domain and diferent directories:
www.prueba.com/ar (for Argentina)
www.prueba.com/uy (for Uruguay)
www.prueba.com/cl (for Chile)
I want to set up a diferent subdomain for Brazil as:
www.prova.com (for Brazil)
Since Brazil's language is Portuguese and Spanish "prueba" = Portuguese "prova"
It's working, the only problem is it doesn't work with the permalink configuration called Post name "http://www.prueba.com/ar/sample-post/" (more friendly) BUT only with the Default configuration "http://www.prova.com//?p=123"
I can't figure out how to make it work with the special Portuguese domain AND post name permalinks.
Any advice?
Thanks guys,
Sandra Vega
You can try this Domain Mapping plugin for Wordpress. I have never used it but looks like a solution for your problem.
I had to use "http://www.prova.com/br" and then it worked. Not the prettiest solution but acceptable