Refresh page

0
Hello Experts,                          When I switch a Language from one page while entering data from a particular page, it switching but it goes to Dashboard page. My Need is It should be same page while Switching, Is there any option to achieve this.     Thanks in Advance!
asked
3 answers
3

Hi Pragadesh,

To achieve the requirement, what you can do is, you can use a nanoflow, and trigger the JS, 

mx.reloadWithState(), then you will not need to refresh the page

Or you can visit this link below, to get a better understanding of this language change concept,

Click here to go through the documentation,

Let me know, if you have any issues,

Hope it helps!!

answered
0

Hi Uday Sappa,

                     After changing the language, I added refresh page in MF because then only it change language and it navigate to different page.

answered
0

Hi Pragadesh,

 

you can use a nanoflow or microflow,  for nanoflow you can trigger the JS with function as- mx.reloadWithState(), then you will not need to refresh the page

and for microflow you can add refresh page 

Hope this helps you.

answered