Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Language section on published iOS App [closed]

I've got finally got my German App approved from apple (after getting rejected several times) and this is what I see on appstore enter image description here

my app language is set to English.

I have checked everywhere, wherever I could change the language. In the App Information screen enter image description here

and in the iOS App tab enter image description here

Kindly let me know how to fix this issue. How to change language from English to German? Thanks in advance for the help

like image 929
Talha Ahmad Khan Avatar asked May 15 '18 05:05

Talha Ahmad Khan


People also ask

How do I change the language of one app on my iPhone?

Change The App Language in iPhone or iPad AppsTap on the Settings app on the Home screen. Scroll down, select the app you wish to change its language. Select Language under Preferred Language. Choose the language you want to use.

How do I change the language on my iPhone without changing the language?

Now, you can change the language of an individual app without changing your primary system language. Each app can have its own separate language setting. First, ensure your iPhone or iPad has multiple languages installed. To do so, head to Settings > General > Language & Region.

Can you change language in app store?

Question: Q: How to Change the Language in the Apple Store Answer: A: Open Apple store(app store) -> open your account (from right top) -> Setting -> Country or Region -> select your desire country or region and save it.


1 Answers

IMPORTANT:

Languages display in the App Store and primary language is totally different.

Which languages are displayed in AppStore?

Languages which are display in-app store are the list of language support by your application, That means if you want to include german language then you have to put localise.string file for german language. English is a base language for any application by default.

I have already worked with an application, Which is supported multilanguage (8 Language). I have attached the screenshot below. How it is displayed in-app store.

enter image description here

Solution:

Just add localization file for german language then resubmit it. Then automatically german display languages list.

OR

You can change the language in the App store by changing the base language in the project setting. For Reference find the below screenshot.

enter image description here

Reference:

Changing the development language in Xcode

Video tutorial for changing development language

like image 198
Hitesh Surani Avatar answered Nov 14 '22 16:11

Hitesh Surani