Language Change in Native app

0
How to change the language in Native app? for example i am having english as default language and spanish as second language . If i switch the language to spanish the words should convert into spanish in native application. How to do that?
asked
1 answers
1
  1. You need to change the language of the user in a microflow, so call a microflow from a nanoflow and set the desired language there for the user.
  2. Log out of the app and back in again (or use “mx.reload()” in a JS action)
answered