jiduvah
jiduvah

Reputation: 5168

How to set my App to German Locale

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

Answers (3)

neteinstein
neteinstein

Reputation: 17613

The answer is in here:

https://web.archive.org/web/20210127121431/http://www.tutorialforandroid.com/2009/01/force-localize-application-on-android.html

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

user670804
user670804

Reputation:

You can choose your default language in the parameters in the Market as follow:

1st step

Step 1

2nd step

Step 2

3rd step

Step 3

Last step

Step 4

My interface is in french but it is basically the same.

Upvotes: 5

Haphazard
Haphazard

Reputation: 10948

If your resources are localized to German then anyone with a German-localized phone should see everything in German.

Upvotes: 0

Related Questions