Language features

0
Hi, I am trying to make my app available in two languages. At the moment this only works when I view the app change the language, close mendix studio pro, restart mendix and run the app again. I tried to add an activity to my micro flow so that it would refresh automatically, but it doesn't work. Does anyone know how to fix this? Greetings, Eva This is what my micro flow looks like without the refresh aytomatically:
asked
1 answers
0

It should not be necessary to restart your application. If you do this:

  • You start your app locally from your IDE Studio Pro, 
  • You log on to your app
  • You change the language of your user account.
  • log out
  • log in again

then you should see the newly selected language.

Mind you: you do have to log out and log in again for the language-switch of your account to take effect.

answered