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.
@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.