meteor-translator
meteor-translator copied to clipboard
Save user preferences automatically
This is a feature request!
It would be nice if this package uses some mechanism (for example. cookies) to save user preferences so that the selected language won't be forgotten after a page refresh!
This should then be checked before autodetection (using the accept-language header).
I totally agree!
But I found no package for persistent storage on atmosphere which allows for server and client access. This is mandatory for me, as it would also solve the problem of choosing the language on the server.
But thanks for the note, i'll get to that when i have time ;)
I think it would be enough (for the most use cases) if this was only supported on the client for the beginning :)
If you need a quick solution, you could simply use a cookie package and save it yourself on the client when the user selects one. Then (after meteor startup) you set the language globally.
No doubt that this feature needs to be in here, but with that you don't have to wait ;)
Thanks for the tip Nemo, I am using the cookie package and it works fine :)