Hi @kevin-fe2f76! Can you please ensure that:
- Your device’s language is set to German
- Your Sandbox user’s App Store Country or Region is set to Germany
- Your default localization in Xcode is set to German
Please let me know if you continue to run into issues. Thanks.
Hi @jeffrey_bunn,
thanks for your reply. After changing the value of the key
CFBundleDevelopmentRegion to de instead of the default $(DEVELOPMENT_LANGUAGE) it was working. But later in production this value won’t be changed. Will it be translated then? Btw. I use the flutter package flutter_localizations to translate my app.
Thanks!
Hi @kevin-fe2f76! Yes, this value only needs to be changed in development mode. In production, Apple will take the device’s language, region, and the paywall translations into account.
P.S. Sorry for the late reply! I wasn’t notified of your reply for some reason - will dig into this.