Reputation: 5168
My question is much the same as this one, but unfortunately it was never answered.
how to set application locale?
I am actually trying to load the app onto the market place but it is showing that the default language is English when I upload it. I am guessing that there is a setting in the manifest file but can't find it.
All of the text in the app is in German but I just need the application to show this.
Upvotes: 2
Views: 6321
Reputation: 17613
The answer is in here:
You can also use the default files to force german.
Instead of having:
strings-en.xml
strings-de.xml
strings-ch.xml
...
Use strings.xml only, and put german strings there. Any user will see german.
Upvotes: 0
Reputation:
You can choose your default language in the parameters in the Market as follow:
1st step
2nd step
3rd step
Last step
My interface is in french but it is basically the same.
Upvotes: 5