Skip to main content
Question

localization paywall React native


Forum|alt.badge.img+4

Im using the the new Paywall UI library for react native. I have created a paywall with a Spanish localized version. However, when testing the app on iOS with the default language set to Spanish I get the default paywall in English. 
I have not yet tested this on Android. 
 

Im using react native purchases and purchases-ui 7.16.1 and expo sdk 49

12 replies

Michael Fogel
Forum|alt.badge.img+6
  • Dedicated Contributor
  • 382 replies
  • January 31, 2024

Hey @ezebecke.dev !

 

To test purchases in different regions, you will need to set your sandbox user's App Store Country or Region property to the territory you'd like to test. Can you please ensure that this is changed rather than just the language, then let me know if that helps? 


Forum|alt.badge.img+2

Hi @Michael Fogel ,

I have the same problem. The user is from Brazil, but the paywall shown was in the English version.
Furthermore, the dashboard shows that the user is from Brazil.


"react-native": "0.69.3",
"react-native-purchases": "7.15.0",
"react-native-purchases-ui": "7.15.0",


Michael Fogel
Forum|alt.badge.img+6
  • Dedicated Contributor
  • 382 replies
  • February 7, 2024

Hey @app-g13bjj-d372f5 ,

 

Do you have a localization for Brail set on your paywall? 


Forum|alt.badge.img+2

Hi @Michael Fogel ! Yes, I have!

 

Its very stranger, because the value is shown in according with the localization of the user, but the text, not.

One question: is the localization in according with store's country or device settings?

Another question, is it possible to set manually the localization of the paywall, before to show in the app?


Forum|alt.badge.img+4
  • New Member
  • 1 reply
  • February 16, 2024

I have the same issue.

“expo”: “49.0.17”,
"react-native": "0.72.6",
"react-native-purchases": "7.21.0",
"react-native-purchases-ui": "7.21.0",

 

Although both the user’s App Store country is Turkey and phone language is Turkish, the paywall is shown in English. Any help is appreciated @Michael Fogel 

 

@app-g13bjj-d372f5 any luck?


Forum|alt.badge.img+2

@chember no :(

 

In the Android app everything is fine. But on iOS, no.

I released it this way because I no longer had time to wait for the solution. But I really need to get this fix into production asap 😖


Michael Fogel
Forum|alt.badge.img+6
  • Dedicated Contributor
  • 382 replies
  • February 26, 2024

Hey @app-g13bjj-d372f5 !

 

Quick update, we are looking into this. Can you please let me know what Locale.current.identifier is currently set to when you are experiencing this? Also, can you please update to latest version of the react-native SDK as we have recently released a fix relating to locales in paywalls? 


Forum|alt.badge.img+1

Any updates on that ? I have the same issue on IOS.

"react-native-purchases": "7.24.0",

"react-native-purchases-ui": "7.24.0",


jeffrey_bunn
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • 272 replies
  • February 18, 2025

Hi all, please ensure your device’s language/region is set to the desired language. Also, you may need to change the default localization in Xcode to the desired language. This last point is often the final issue causing this problem, so please review. Thanks!


Forum|alt.badge.img+1
jeffrey_bunn wrote:

Hi all, please ensure your device’s language/region is set to the desired language. Also, you may need to change the default localization in Xcode to the desired language. This last point is often the final issue causing this problem, so please review. Thanks!

Seems that Paywall is always taking that “Default Language” from Xcode settings and ignorring the region/language from the phone.

Maybe you have some other ideas...


Forum|alt.badge.img+2

We had the same problem with expo on iOS. Setting the default region in the app configuration solved the problem for the time being, as we currently only publish in German-speaking countries. However, this is not a sustainable solution for us.

"ios": {
  "infoPlist": {
    "CFBundleDevelopmentRegion": "de"
  }
}

 


Forum|alt.badge.img+1

@aidminutes-org there is already working solution - updating lib version. Here is more info - 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings