Replies: 1 comment 3 replies
-
It heavily depends on how you've built your language switcher functionality. Without an example, I can't really 8000 provide guidance here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the brilliant library. In my app users can change localization at any time. So when they want to submit feedback I want to change the BetterFeedback localization to the current locale that the user has selected e.g. pl_PL. I understand that I can use localeOverride on initialization in main(), which is fine, but this does not help if a user changes locale after initialization. Does anyone know if this is possible and if so how to do it ?
Beta Was this translation helpful? Give feedback.
All reactions