How to Refresh Page once user select language of application?

1
Hi All,   I have implemented language selection functionality where, user can select language and view application in selected language. but in my case once user selects hindi language the application is not translating application is translated once user logout and relogin to application  I have used javascript in nanoflow to reload the page but its still not working.
asked
1 answers
1

Hey Prajkta,

 

In the javascript action 

You will have to add the JavaScript content

 mx.reloadWithState();

to the widget.

You can refer to this document 

https://docs.mendix.com/refguide/translatable-texts/

 

Hope it helps!

 

 

 

 

 

answered