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
This problem is known. With ng serve the language can only be set via an url parameter. When the page should be reloaded, the language parameter has been disappeared and the default language is used again.
To avoid the problem a MULTI_CHANNEL configuration can be applied. With that it is possible to add the language information to the url path.
There is an open PR (#1447), which adds a 'preferredLocale' cookie, whenever the language is changed. This cookie is then considered everytime the PWA reloads. This will solve this issue too. But be aware that there are still some problems, why the PR is not yet merged.
Actual Behavior
Expected Behavior
Steps to Reproduce the Bug
Take a look at actual behavior
Environment Details
Desktop: *
Smartphone: *
Additional Context, like Screenshots, Log File Snippets etc.
Video of the problem
language-switch-problem.mp4
AB#88811
The text was updated successfully, but these errors were encountered: