Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Need to have a default language #14

Open
EWaterman opened this issue Dec 6, 2016 · 2 comments
Open

Need to have a default language #14

EWaterman opened this issue Dec 6, 2016 · 2 comments
Assignees

Comments

@EWaterman
Copy link
Contributor

EWaterman commented Dec 6, 2016

Partially implements user story #6

This issue implements storing the language as session data that is set based on how you arrive at page.

Ex.
If you arrive via the english url, the data is set to "eng"
If you arrive via the french url, the data is set to "fr"

http://www.w3schools.com/html/html5_webstorage.asp

@EWaterman
Copy link
Contributor Author

NOTE:
I would much rather use either:
-localization and just switch the text that is loaded based on the language
Ex. https://github.com/coderifous/jquery-localize

-use navigator to select the browsers default language
http://www.w3schools.com/jsref/obj_navigator.asp

@EWaterman
Copy link
Contributor Author

On hold pending discussion with David

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant