Hi,
Tks for support. This solution is not working : login page is well displayed but after login into application, the page is blocked with loading animation. This problem occurs when culture is added to "fr" (eg : "fr-FR"). I tried to change abp settings to fr-FR,my XML language file to fr-FR and also update languageList table with fr-FR > still same issue. I had to came back to previous change (therefore, the application is working in French but still not possible to switch to any other language in login page or app page)
Hi,
I've purchased my first template yesterday. I'm trying to add french language. I had the same problems described in previous posts. Adding "fr-FR" is not working at all. I was blocked on loading page after login process. So I changed "fr-FR"translations to "fr" only. With that changes, French labels were displayed in application but not on login page by default.
Therefore, I've tested the workaround mentioned previously (from github) by adding some code on startup to get user id and default language.
Now, French is working on login page AND on application... but I'm not able to switch languages anymore. When I try to select English language, the page is reloaded in french language. Same with all other languages. It's like application is always fowling back to the default language.
Do you have a solution ?