Skip to content

Draft: Solved Remember language setting in translations page

I solved this issue by using language code from the URL pathname. I fetch the language code from the URL and then set the same code in languageId.

While testing the solution, I came to know that if the language is not listed in the app then it causes issues, hence I added a check that if the language is not in the app language, it will choose set language as English.

closes #798 (closed)

Merge request reports