I probably have more of a beginner’s question, but I just can’t get any further. I have programmed my first app and it is now in the Apple App Store. Yay. The app is in German, but the App Store lists English as the app language. In App Store Connect, I have entered German as the primary language and the app language.
I did a bit of research and it seems to be due to the settings in Xcode. In the app info in Xcode, the default localization development language is specified. Is it related to this? How can I change the development language in Xcode so that the app language in the App Store is shown as German?
I have read that it is not recommended to set the language manually to German. I would therefore like to set the development language to German. Or does it make more sense to simply select the localization manually in the info?
I tried to set primary language and app language in App Store Connect – but the App language in App Store is still shown as English.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
@Lars Ah sure. Well I started to work with a string catalog. So I did not write the text in the code (like "Welcome to my App") I had a placeholder (like "text_welcome") and added a string catalog for the localization. I did not knew that before. But with that you can easily translate your whole App and the language is shown correctly in the App Store.
You can change the primary language for an app. In order for a language to be selectable as a primary language:
You must already have added the language to a previous version.
The new language must be approved by App Review. If the language has not been approved, submit a version with this localized metadata to be approved. Then, select it as your primary language on a subsequent update.
You must already have uploaded screenshots for that language that were approved by App Review. If the screenshots for that localization are being derived from another localization’s screenshots, you must first manually add screenshots for that language and submit a version with these screenshots to be approved. Then, select it as your primary language on a subsequent update.
1.From the homepage, click My Apps, then select the app.
2.From the Primary Language pop-up menu, choose the new primary language.