#tarantino-47_code

1 messages ¡ Page 1 of 1 (latest)

lone valleyBOT
#

👋 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/1217068239708754022

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

gray rivetBOT
fallow niche
#

hi! well they should be in the error object overall. But it's hard to test yes since you can't really simulate it in test mode with wallets

supple stone
fallow niche
#

yep

silk heart
#

Is there any possibility to change the language of the error codes

fallow niche
#

well I believe the message field is already localised, but the code are developer-facing and in English

silk heart
#

I have an requirement to localise the error message, the error message was visible to customer but the customer has different language still the error messages shown in English

fallow niche
#

it should localise if your app in general is localised

#

sorry, I don't have a lot of experience with enabling localisation in React Native apps but we would pull from the overall environment of your app to determine the locale and localise the string, as far as I know