Hello!
On production - Paywall using only default English language. I have configured Ukrainian language on Paywall setup page, but still - even if region and language is set to Ukrainian, it still localized as English. Reproducibple for all iOS users.
Product title is correctly returned from AppStore (in Ukrainian), but text under offer and all buttons are in English:

I am using such lib versions in ReactNative:
"react-native-purchases": "7.24.0",
"react-native-purchases-ui": "7.24.0",
My questions:
1. Maybe there is some option for paywalls to directly pass the desired language?
2. Maybe I just need to update lib version? 8.X.X as it seems to has breaking changes, I would like to be sure if that version has the fix. Or what minimum version has the fix?
My app is for learning english for begginers, and users may not even understan that default language texting.
I see a lot of similar question but don’t see the actual fix.
ps. It is working fine on Android.
Thank you!