Thanks this worked!
hi
See https://docs.abp.io/en/abp/latest/Modules/Setting-Management#angular-ui
Thanks, got it working with your link !
It still doesn't work:
I login in english, then go to MVC blogging view --> I reach blogging view in english: OK, it works now, it was not before
I login in Finnish, then go to MVC blogging view --> I reach blogging view in Finnish: OK, it works now, it was not before
I login in english, I then change language to finnish after login from my Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in Finnish
I login in Finnish, I then change language to english after login from Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in english
Don't know if this has anything to do but in my case, when I switch the language to French and click on Logout, it does not automatically redirect to login screen. Also the text in the button is empty.
It's a different problem that will be fixed very soon apparently:
https://support.abp.io/QA/Questions/1718/Bugs-when-switch-between-Angular-and-Account-MVC-view
You can fix it already by editing the translation text of the language you are using in languge management, just need to remove {0} from ReturnToText target value, replace by "l'application" in that case.
Thanks christophe this worked great ! :)
It still doesn't work:
I login in english, then go to MVC blogging view --> I reach blogging view in english: OK, it works now, it was not before
I login in Finnish, then go to MVC blogging view --> I reach blogging view in Finnish: OK, it works now, it was not before
I login in english, I then change language to finnish after login from my Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in Finnish
I login in Finnish, I then change language to english after login from Angular UI, then go to MVC blogging view --> I reach blogging view in english: KO, shoud be in english
Don't know if this has anything to do but in my case, when I switch the language to French and click on Logout, it does not automatically redirect to login screen. Also the text in the button is empty.