#kruzikruz_code

1 messages · Page 1 of 1 (latest)

idle skiffBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1265260590503428258

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

open tulipBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

mint sleet
#

hi! is this iOS or Android?

inland igloo
#

iOs

mint sleet
#

then it "just works" but your own app needs to be localised and declare support for other languages

#

like in the XCode project you need to declare support, and the phone needs to be using the language in its Settings app

inland igloo
#

this is Expo managed workflow React Natvie

#

I don't use xcode

#

then should I change something in app.json?

mint sleet
inland igloo
#

ok

inland igloo
#

hmm

#

on Android configure yourself to your phone's language, and on iOS there are further issues

mint sleet
#

on Android yes you can just change the language in the emulator

#

someone in my team has an internal KB article on this and specifically calls out

Note that Expo apps built with Expo Go do not support localization at all (they only support English for Android and iOS).

For non-Expo apps you can find the Info.plist file under ios/<PROJECT_NAME> and follow the same instructions to add the CFBundleLocalizations key or open the ios/<PROJECT_NAME>.xcodeproj file in XCode to add Localizations to your app settings.

inland igloo
#

So should I understand that for Expo there is no option to change it to Polish?

mint sleet
#

for Expo there is, but for Expo Go I think not

#

in a real Expo project it generates an XCode project and you can edit that project to set things like localisation of your app

#

disclaimer : I've never used Expo specifically, but in a ReactNative project I usually just edit the project inside the ios/ directory.

Ultimately from the Stripe perspective, our SDK localises normally, if your own app is also localised, so it's more about figuring out how to get that set up than a Stripe-specific blocker.