shakebugs / shake-flutter

Bug reporting SDK for Flutter apps.
https://shakebugs.com
MIT License
15 stars 5 forks source link

System language is ignored #7

Closed sinelser closed 2 weeks ago

sinelser commented 2 weeks ago

Hello, first of all, thank you for the great product 👍

I have a problem with displaying SDK in another language. I tried to change the iPhone language settings to Spanish and Czech, but still, after shaking I see UI in English.

I use the version 17.0.1

sinelser commented 2 weeks ago

In the bug report I see my locale as "en-CZ"

mstanic-shake commented 2 weeks ago

@sinelser For ios, you should enable mentioned languages in Xcode before building the app. For Android it should work out of the box. Please check if this is the case.

sinelser commented 2 weeks ago

Resolved, thanks!