Have set Español (México) but apps store says English EN

  1. SDK Version:44
  2. Platforms: Android/iOS

Hi! I have set Español (México) as main app language but Apple app store says English EN, please see attachments. How can I change that? Thanks!


Anyone?

Hi, you could try the following configuration in app.json:

{
  "expo": {
    "ios": {
      "infoPlist": {
        "CFBundleDevelopmentRegion": "es"
      }
    }
  }
}
1 Like

You are the man! Thanks for sharing! that was the exact solution

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.