You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue
Before the user logs into the app he is presented with a picker where they can select their region. As the log in the app is presented with the region language. If the user logs out and a different user logs in with a different region selected the localizations are mixed up between the two different region languages.
Everything is fixed if the app is refreshed but I want the app to refresh in the background without it being the users responsibility.
Expected behavior
I want the language to switch to the region the user has selected. No mix-ups.
Additional context
I have tried CrowdinSDK.deintegrate(), CrowdinSDK.forceRefreshLocalization(), CrowdinSDK.reloadUI() and .with(realtimeUpdatesEnabled: true) but this doesnt seem to do anything.
The text was updated successfully, but these errors were encountered:
The issue
Before the user logs into the app he is presented with a picker where they can select their region. As the log in the app is presented with the region language. If the user logs out and a different user logs in with a different region selected the localizations are mixed up between the two different region languages.
Everything is fixed if the app is refreshed but I want the app to refresh in the background without it being the users responsibility.
Expected behavior
I want the language to switch to the region the user has selected. No mix-ups.
Additional context
I have tried CrowdinSDK.deintegrate(), CrowdinSDK.forceRefreshLocalization(), CrowdinSDK.reloadUI() and .with(realtimeUpdatesEnabled: true) but this doesnt seem to do anything.
The text was updated successfully, but these errors were encountered: