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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x] Bug report <!-- Please check the repository for a similar issue or PR before submitting -->
[ ] Support request => <!-- Please check the repository for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
Current behavior
When I select Turkish language using language menu, after page reload, this state is not saved. ie. it loads English content again.
Expected/desired behavior
Page should load with turkish content
Minimal reproduction of the problem with instructions
git clone this repo
run npm run serve:watch
go to localhost
select Turkish language from top toolbar right menu
Refresh the browser
English content loads after refresh instead of Turkish
Environment
Angular version: 4.4.1
Browser:
[x ] Chrome (desktop) version 60
The text was updated successfully, but these errors were encountered:
fulls1z3
changed the title
Language selection is not persistent after page reload
language selection is not persistent after page reload
Sep 26, 2017
@saravmajestic refreshing the browser actually causes loss of the state. As a result, the language gets reset.
I think you pointed out a good issue, added this to our to-do list. There're several possibilities how we can store this language value (ex: cookie, local-storage, or even on a file at server).
I'm submitting a ... (check one with "x")
Current behavior
When I select Turkish language using language menu, after page reload, this state is not saved. ie. it loads English content again.
Expected/desired behavior
Page should load with turkish content
Minimal reproduction of the problem with instructions
npm run serve:watch
Environment
The text was updated successfully, but these errors were encountered: