openMF / web-self-service-app

Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs
http://openmf.github.io/web-self-service-app/
MIT License
33 stars 107 forks source link

Refreshing the page changes the language back to English #137

Closed ankit01ojha closed 5 years ago

ankit01ojha commented 6 years ago

When language is changed from English ( Eg: Hindi ) and when the page is refreshed the language gets changed back to English.

jonathanzhang53 commented 6 years ago

Hi, I found a solution either using local storage or cookie storage. Which would be preferred? @ankit01ojha

jonathanzhang53 commented 6 years ago

I think I will use local storage. It can be changed with one line to cookie storage if needed. I will submit PR now.