Skip to main content
Question

Allow to specify paywall language programmatically

  • 6 August 2024
  • 2 replies
  • 21 views

Hi,
We are developing language app where user selects their native language. 
Can you add a parameter to specify language code when displaying the paywall e.g. 
```

RevenueCatUI.presentPaywallIfNeeded(

            _defaultEntitlement,

            displayCloseButton: true,
            userLanguage: ‘en-GB’

          );

```

that will try display the paywall in the specified language rather than using device settings(it will still be the fallback mechanism if userLanguage fails).

Thanks!

Hi @speakm-support-b63a87, thanks for the feedback! Specifying a default locale is in the pipeline, so keep an eye out for updates.


Hi @speakm-support-b63a87, thanks for the feedback! Specifying a default locale is in the pipeline, so keep an eye out for updates.

Hi Jeffrey, thanks for the update! Is there a specific issue or project tracker where I can follow this feature’s progress? I’d love to subscribe to it or get notifications when there are updates.
 

Thanks again!